]> git.lyx.org Git - lyx.git/blobdiff - src/mathed/MathData.cpp
"fix" bug #3332 (plain text export depends on the menu language)
[lyx.git] / src / mathed / MathData.cpp
index a0e9222c828a43626fe9f7e7613c37cd04e4d07c..a911cc839aec0a2da88fa620828ce2278e240140 100644 (file)
@@ -14,7 +14,7 @@
 #include "InsetMathFont.h"
 #include "InsetMathScript.h"
 #include "MathMacro.h"
-#include "MathMacroTable.h"
+#include "MacroTable.h"
 #include "MathStream.h"
 #include "MathSupport.h"
 #include "ReplaceData.h"
@@ -23,7 +23,7 @@
 #include "Buffer.h"
 #include "Cursor.h"
 #include "debug.h"
-#include "LColor.h"
+#include "Color.h"
 
 #include "frontends/FontMetrics.h"
 #include "frontends/Painter.h"
@@ -299,7 +299,7 @@ void MathData::draw(PainterInfo & pi, int x, int y) const
        setXY(bv, x, y);
 
        if (empty()) {
-               pi.pain.rectangle(x, y - ascent(), width(), height(), LColor::mathline);
+               pi.pain.rectangle(x, y - ascent(), width(), height(), Color::mathline);
                return;
        }