]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetFloat.h
Remove all BufferParam arguments in InsetXXX methods (since insets know about their...
[lyx.git] / src / insets / InsetFloat.h
index a5ea2ef64f85f7c2a8df0ed6fd1a163a0801032e..9ef3dcd9a98c64d25dd7a37eb90e9010bbb5fd59 100644 (file)
@@ -60,13 +60,13 @@ public:
        ///
        static std::string params2string(InsetFloatParams const &);
        ///
-       void setWide(bool w, BufferParams const &, bool update_label = true);
+       void setWide(bool w, bool update_label = true);
        ///
-       void setSideways(bool s, BufferParams const &, bool update_label = true);
+       void setSideways(bool s, bool update_label = true);
        ///
-       void setSubfloat(bool s, BufferParams const &, bool update_label = true);
+       void setSubfloat(bool s, bool update_label = true);
        ///
-       void setNewLabel(BufferParams const &);
+       void setNewLabel();
        ///
        InsetFloatParams const & params() const { return params_; }
 private: