X-Git-Url: https://git.lyx.org/gitweb/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmathed%2FInsetMathMBox.cpp;h=0210bc4b804a9209ac7c15b6812715ee50605a42;hb=c95c30184d5c6693ffc6a5397e05ac34adc44743;hp=cea14a23b950ece5e0bef5dc0ebd9c6be950579f;hpb=eb17e9c3623e941afd470f969b11820c73b021b5;p=lyx.git diff --git a/src/mathed/InsetMathMBox.cpp b/src/mathed/InsetMathMBox.cpp index cea14a23b9..0210bc4b80 100644 --- a/src/mathed/InsetMathMBox.cpp +++ b/src/mathed/InsetMathMBox.cpp @@ -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