]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/InsetMathLim.cpp
Change the interface to a paragraph's layout. We still store a LayoutPtr, but now...
[lyx.git] / src / mathed / InsetMathLim.cpp
index 47754bf2d4e5d13dd71f9babe970773cb29193a8..53de8889505a5585316ea43c81de82e543452c9b 100644 (file)
 #include "InsetMathLim.h"
 #include "MathData.h"
 #include "MathStream.h"
-#include "debug.h"
 
+#include "support/debug.h"
 
-namespace lyx {
-
-using std::endl;
 
+namespace lyx {
 
 InsetMathLim::InsetMathLim
        (MathData const & f, MathData const & x, MathData const & x0)
@@ -45,13 +43,13 @@ void InsetMathLim::normalize(NormalStream & os) const
 
 void InsetMathLim::metrics(MetricsInfo &, Dimension &) const
 {
-       lyxerr << "should not happen" << endl;
+       LYXERR0("should not happen");
 }
 
 
 void InsetMathLim::draw(PainterInfo &, int, int) const
 {
-       lyxerr << "should not happen" << endl;
+       LYXERR0("should not happen");
 }
 
 
@@ -81,7 +79,7 @@ void InsetMathLim::mathmlize(MathStream & os) const
 
 void InsetMathLim::write(WriteStream &) const
 {
-       lyxerr << "should not happen" << endl;
+       LYXERR0("should not happen");
 }