]> git.lyx.org Git - lyx.git/blobdiff - src/insets/InsetCollapsable.h
Pure HTML output for math macros.
[lyx.git] / src / insets / InsetCollapsable.h
index 74dfbdf6e4e158d54ac36fa81e972cb59f594f5c..221795dd3b8ee336c4121d953c079b52f25f9460 100644 (file)
@@ -138,6 +138,8 @@ public:
        virtual bool usePlainLayout() const { return true; }
        ///
        virtual docstring contextMenu(BufferView const & bv, int x, int y) const;
+       ///
+       docstring floatName(std::string const & type) const;
 protected:
        ///
        void doDispatch(Cursor & cur, FuncRequest & cmd);
@@ -147,8 +149,6 @@ protected:
        ///
        Inset * editXY(Cursor & cur, int x, int y);
        ///
-       docstring floatName(std::string const & type) const;
-       ///
        mutable CollapseStatus status_;
 private:
        ///