]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSymbol.h
Do not throw exceptions here either. See r22806.
[lyx.git] / src / mathed / InsetMathSymbol.h
index a9b96fc4b55490ab59e987f47c87f1455d5174fb..4730513dec0bd7ce5b52be3ab13066a7468d9e06 100644 (file)
@@ -61,7 +61,12 @@ public:
        ///
        void mathematica(MathematicaStream &) const;
        ///
-       docstring mathmlize(MathStream &) const;
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
+       /// \param spacing controls whether we print spaces around
+       /// "operator"-type symbols or just print them raw
+       void htmlize(HtmlStream &, bool spacing) const;
        ///
        void octave(OctaveStream &) const;
        ///