]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathUnknown.cpp
Substack support for XHTML.
[lyx.git] / src / mathed / InsetMathUnknown.cpp
index 2cd11c2a8666ed1f537ab58ac6e026fcbe3b6552..03c41462f03ab680ad9b7cda87863facfa03309f 100644 (file)
@@ -86,9 +86,15 @@ void InsetMathUnknown::mathematica(MathematicaStream & os) const
 }
 
 
-void InsetMathUnknown::mathmlize(MathStream & os) const
+void InsetMathUnknown::mathmlize(MathStream &) const
 {
-       os << MTag("mi") << name_ << ETag("mi");
+       throw MathExportException();
+}
+
+
+void InsetMathUnknown::htmlize(HtmlStream &) const
+{
+       throw MathExportException();
 }