]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathFactory.cpp
... and RELEASE-NOTES
[lyx.git] / src / mathed / MathFactory.cpp
index 478d22adb013371b888d57ad90e4bdb14b0106af..bb7be8ba6ba25744d15bdf55c2d33f8bee729c54 100644 (file)
@@ -689,7 +689,7 @@ bool createInsetMath_fromDialogStr(docstring const & str, MathData & ar)
                InsetSpace::string2params(to_utf8(str), isp);
                InsetSpace is(isp);
                odocstringstream ods;
-               otexstream os(ods, false);
+               otexstream os(ods);
                Encoding const * const ascii = encodings.fromLyXName("ascii");
                OutputParams op(ascii);
                is.latex(os, op);