]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathExFunc.cpp
XHTML output was a mess for grids output as LaTeX. This will probably
[lyx.git] / src / mathed / InsetMathExFunc.cpp
index 173436eb612a7b031f1b2f862cab3cac734d297f..25c8dcbaf9b964300c2844f5243699806f9e1aac 100644 (file)
@@ -13,7 +13,6 @@
 #include "InsetMathExFunc.h"
 
 #include "MathData.h"
-#include "MathExtern.h"
 #include "MathStream.h"
 #include "MathSupport.h"
 #include "MetricsInfo.h"
@@ -123,10 +122,10 @@ void InsetMathExFunc::mathematica(MathematicaStream & os) const
 }
 
 
-docstring InsetMathExFunc::mathmlize(MathStream & os) const
+void InsetMathExFunc::mathmlize(MathStream & os) const
 {
        os << "<mi>" << name_ << "</mi><mo>&af;</mo>";
-       return lyx::mathmlize(cell(0), os);
+       os << cell(0);
 }