]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathMBox.cpp
MBox is currently inactive, but in case it becomes active....
[lyx.git] / src / mathed / InsetMathMBox.cpp
index cea14a23b950ece5e0bef5dc0ebd9c6be950579f..0210bc4b804a9209ac7c15b6812715ee50605a42 100644 (file)
@@ -118,4 +118,10 @@ void InsetMathMBox::cursorPos(BufferView const & bv,
 }
 
 
+void InsetMathMBox::mathmlize(MathStream & ms) const
+{      
+       SetMode textmode(ms, true, from_ascii("class='mbox'"));
+       ms << cell(0);
+}
+
 } // namespace lyx