]> git.lyx.org Git - features.git/commitdiff
MathML and HTML definitely can't handle XYMatrix.
authorRichard Heck <rgheck@comcast.net>
Thu, 29 Jul 2010 15:38:01 +0000 (15:38 +0000)
committerRichard Heck <rgheck@comcast.net>
Thu, 29 Jul 2010 15:38:01 +0000 (15:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35025 a592a061-630c-0410-9148-cb99ea01b6c8

src/mathed/InsetMathXYMatrix.cpp
src/mathed/InsetMathXYMatrix.h

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
index 6d72e8b9e531819a027338f8ed8429104be65515..eb4c7a3236439d4e261098fcc994bdca83cf89e0 100644 (file)
@@ -47,6 +47,10 @@ public:
        void validate(LaTeXFeatures & features) const;
        ///
        InsetCode lyxCode() const { return MATH_XYMATRIX_CODE; }
+       ///
+       void mathmlize(MathStream &) const;
+       ///
+       void htmlize(HtmlStream &) const;
 
 private:
        ///