]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathCases.cpp
Whitespace.
[lyx.git] / src / mathed / InsetMathCases.cpp
index 5e1ee21fdb6ce446af87adab85bce699dd9a8d1c..9b55c51ea9e3280de312e1fcd19a4e3a06402ec6 100644 (file)
@@ -143,6 +143,13 @@ void InsetMathCases::maple(MapleStream & os) const
 }
 
 
+void InsetMathCases::mathmlize(MathStream & ms) const
+{
+       ms << "<mo form='prefix' fence='true' stretchy='true' symmetric='true'>{</mo>";
+       InsetMathGrid::mathmlize(ms);
+}
+
+
 void InsetMathCases::infoize(odocstream & os) const
 {
        os << "Cases ";