]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathSize.cpp
InsetMathHull.cpp: whitespace
[lyx.git] / src / mathed / InsetMathSize.cpp
index 1ad777d9a622b2b4a5aa9a04c75095f8eb28f3c4..4e6e3e9796e2487c8ee8f46bc3c2c75788f03600 100644 (file)
@@ -52,9 +52,8 @@ void InsetMathSize::draw(PainterInfo & pi, int x, int y) const
 
 void InsetMathSize::write(WriteStream & os) const
 {
-       bool brace = ensureMath(os);
+       MathEnsurer ensurer(os);
        os << "{\\" << key_->name << ' ' << cell(0) << '}';
-       os.pendingBrace(brace);
 }