]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathNumber.cpp
Do not throw exceptions here either. See r22806.
[lyx.git] / src / mathed / InsetMathNumber.cpp
index c9ae470decf9dcdd690936270dfa9002517722e0..45e73220fc6d03f20eb6700b4d98866cbd6dd200 100644 (file)
@@ -76,6 +76,12 @@ void InsetMathNumber::mathmlize(MathStream & os) const
 }
 
 
+void InsetMathNumber::htmlize(HtmlStream & os) const
+{
+       os << str_;
+}
+
+
 void InsetMathNumber::write(WriteStream & os) const
 {
        os << str_;