]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathComment.h
Get rid of Inset::setPosCache
[lyx.git] / src / mathed / InsetMathComment.h
index bb775a74cb13e82fa94455faf68b5e9cc61258aa..8cfe1368d7cb01cbf7465b8d096af8776194cdf0 100644 (file)
@@ -25,6 +25,8 @@ public:
        ///
        InsetMathComment(Buffer * buf);
        ///
+       InsetMathComment(MathData const & ar);
+       ///
        explicit InsetMathComment(Buffer * buf, docstring const &);
        ///
        void metrics(MetricsInfo & mi, Dimension & dim) const;
@@ -40,12 +42,14 @@ public:
        ///
        void maple(MapleStream &) const;
        ///
-       void mathematica(MathematicaStream &) const;
+       void mathematica(MathematicaStream &) const {}
        ///
-       void octave(OctaveStream &) const;
+       void octave(OctaveStream &) const {}
        ///
        void mathmlize(MathStream &) const;
        ///
+       void htmlize(HtmlStream &) const;
+       ///
        void infoize(odocstream & os) const;
        ///
        InsetCode lyxCode() const { return MATH_COMMENT_CODE; }