]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYArrow.cpp
Add \makeat switches to babel settings if necessary.
[lyx.git] / src / mathed / InsetMathXYArrow.cpp
index b0e20499036ed2f9767b12631a7d6ba0b8763ce5..69227564ee8482c0c5996a372b62973f07b72d73 100644 (file)
@@ -158,4 +158,15 @@ void InsetMathXYArrow::normalize(NormalStream & os) const
 }
 
 
+void InsetMathXYArrow::mathmlize(MathStream &) const
+{
+       throw MathExportException();
+}
+
+
+void InsetMathXYArrow::htmlize(HtmlStream &) const 
+{
+       throw MathExportException(); 
+}
+
 } // namespace lyx