]> git.lyx.org Git - features.git/blobdiff - src/mathed/MacroTable.cpp
more latin1..utf8 schanges. all of src/* should be utf8 now
[features.git] / src / mathed / MacroTable.cpp
index f0c1a7c5bc805c1d0f64d8124d359ae75bffd663..efb111f84f4741ba3c23d2e0d3a8cebeb5875b90 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.
  */
@@ -25,7 +25,7 @@
 
 #include "support/debug.h"
 
-#include "support/assert.h"
+#include "support/lassert.h"
 
 #include <sstream>
 
@@ -162,9 +162,9 @@ void MacroData::write(odocstream & os, bool overwriteRedefinition) const
        }
                
        // output template
-       MathMacroTemplate const & tmpl 
-       = static_cast<MathMacroTemplate const &>(*inset);
-       WriteStream wi(os, false, true);
+       MathMacroTemplate const & tmpl =
+               static_cast<MathMacroTemplate const &>(*inset);
+       WriteStream wi(os, false, true, false);
        tmpl.write(wi, overwriteRedefinition);
 }