]> git.lyx.org Git - features.git/blobdiff - src/insets/InsetNewline.cpp
rename LColor into Color
[features.git] / src / insets / InsetNewline.cpp
index 51874b64f641bdf13ea7a00f717d30e5f15e2d36..a2f555a53eb99e860ccca9e4171dd8772cb144f1 100644 (file)
@@ -13,7 +13,7 @@
 #include "InsetNewline.h"
 
 #include "debug.h"
-#include "LColor.h"
+#include "Color.h"
 #include "LyXText.h"
 #include "MetricsInfo.h"
 #include "OutputParams.h"
@@ -101,7 +101,7 @@ void InsetNewline::draw(PainterInfo & pi, int x, int y) const
                xp[2] = int(x + wid * 0.625);
        }
 
-       pi.pain.lines(xp, yp, 3, LColor::eolmarker);
+       pi.pain.lines(xp, yp, 3, Color::eolmarker);
 
        yp[0] = int(y - 0.500 * asc * 0.75);
        yp[1] = int(y - 0.500 * asc * 0.75);
@@ -117,7 +117,7 @@ void InsetNewline::draw(PainterInfo & pi, int x, int y) const
                xp[2] = int(x);
        }
 
-       pi.pain.lines(xp, yp, 3, LColor::eolmarker);
+       pi.pain.lines(xp, yp, 3, Color::eolmarker);
 }