]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathComment.h
Provide proper fallback if a bibliography processor is not found
[lyx.git] / src / mathed / InsetMathComment.h
index 2ab35c2805b6a4273b093d4cfa01e122e8ac2f96..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,11 +42,13 @@ 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;
        ///
-       docstring mathmlize(MathStream &) const;
+       void htmlize(HtmlStream &) const;
        ///
        void infoize(odocstream & os) const;
        ///