]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathMacroTemplate.cpp
Fix horizontal lines in math arrays
[lyx.git] / src / mathed / MathMacroTemplate.cpp
index 31250e29df547156c91d650e72659e832fe95ad9..5fbba55656435865580fb19febf85b52c6d1845b 100644 (file)
@@ -1172,7 +1172,7 @@ void MathMacroTemplate::read(Lexer & lex)
 void MathMacroTemplate::write(ostream & os) const
 {
        odocstringstream oss;
-       otexrowstream ots(oss, false);
+       otexrowstream ots(oss);
        WriteStream wi(ots, false, false, WriteStream::wsDefault);
        oss << "FormulaMacro\n";
        write(wi);