]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNumber.h
Linearize macros in box edit mode too.
[lyx.git] / src / mathed / InsetMathNumber.h
index d9ca5a263c85f71195e3c95c8f2d32b81661881c..68d08bd31598b37c5feded4a751119be9b513e91 100644 (file)
@@ -45,7 +45,11 @@ public:
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void write(WriteStream & os) const;
+       ///
+       InsetCode lyxCode() const { return MATH_NUMBER_CODE; }
 
 private:
        virtual Inset * clone() const;