]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathFrac.h
Do not throw exceptions here either. See r22806.
[lyx.git] / src / mathed / InsetMathFrac.h
index 14af2f8be31cf6973e693903b11e31a1889fd79f..5030730647db540a4f0047f8d875be434c0934ff 100644 (file)
@@ -82,7 +82,9 @@ public:
        ///
        void octave(OctaveStream &) const;
        ///
-       docstring mathmlize(MathStream &) const;
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
        ///
        void validate(LaTeXFeatures & features) const;
 public:
@@ -121,7 +123,9 @@ public:
        ///
        bool extraBraces() const;
        ///
-       docstring mathmlize(MathStream &) const;
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
        ///
        void validate(LaTeXFeatures & features) const;
        ///