]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSpace.h
Substack support for XHTML.
[lyx.git] / src / mathed / InsetMathSpace.h
index 381562178ce34703bb51da1b44f94a1ea641b74b..fa5c8aee2ffd4447b41d1ea4e00d10651d0544f0 100644 (file)
@@ -53,13 +53,15 @@ public:
        ///
        void mathmlize(MathStream & ms) const;
        ///
+       void htmlize(HtmlStream & ms) const;
+       ///
        void write(WriteStream & os) const;
        /// generate something that will be understood by the Dialogs.
        InsetSpaceParams params() const;
        ///
        bool hasSettings() const { return true; }
        ///
-       docstring contextMenu(BufferView const &, int, int) const;
+       docstring contextMenuName() const;
        ///
        bool getStatus(Cursor &, FuncRequest const &, FuncStatus &) const;
        ///