]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathXYMatrix.cpp
whitespace
[lyx.git] / src / mathed / InsetMathXYMatrix.cpp
index ac6cafaa43d5b52d4e093b798cb30d42b9ae3e54..d04d8f4f71f137d4aa733f26bb4295430a6df1b2 100644 (file)
@@ -140,4 +140,16 @@ void InsetMathXYMatrix::validate(LaTeXFeatures & features) const
 }
 
 
+void InsetMathXYMatrix::mathmlize(MathStream &) const
+{
+       throw MathExportException();
+}
+
+
+void InsetMathXYMatrix::htmlize(HtmlStream &) const 
+{
+       throw MathExportException(); 
+}
+
+
 } // namespace lyx