]> 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 5382f72e85712f3fe7ed510465eefdd683070165..4730513dec0bd7ce5b52be3ab13066a7468d9e06 100644 (file)
@@ -63,6 +63,11 @@ public:
        ///
        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;
        ///
        void write(WriteStream & os) const;