]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathBig.cpp
A little cleanup of the layout files.
[lyx.git] / src / mathed / InsetMathBig.cpp
index d0d3b957d5f47b44edbe8b735ee6a956354e2d33..a707ab10e416147a8a57b35018173cc9fc39e011 100644 (file)
@@ -3,7 +3,7 @@
  * This file is part of LyX, the document processor.
  * Licence details can be found in the file COPYING.
  *
- * \author André Pönitz
+ * \author André Pönitz
  *
  * Full author contact details are available in file CREDITS.
  */
@@ -89,11 +89,10 @@ void InsetMathBig::draw(PainterInfo & pi, int x, int y) const
 
 void InsetMathBig::write(WriteStream & os) const
 {
-       bool brace = ensureMath(os);
+       MathEnsurer ensurer(os);
        os << '\\' << name_ << delim_;
        if (delim_[0] == '\\')
                os.pendingSpace(true);
-       os.pendingBrace(brace);
 }