[Libreoffice-commits] core.git: svtools/source
Aybuke Ozdemir
aybuke.147 at gmail.com
Sun Dec 6 04:20:05 PST 2015
svtools/source/config/colorcfg.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 22d4b98da59c9821e72cc1d4f9d94d57b7a12d51
Author: Aybuke Ozdemir <aybuke.147 at gmail.com>
Date: Sat Oct 31 19:31:38 2015 +0200
tdf#87933 easier visibility of automatic page breaks
Change-Id: I1d81b740bf67402b7f59b572bbd8a9fbc4a989f2
Reviewed-on: https://gerrit.libreoffice.org/19706
Reviewed-by: Yousuf Philips <philipz85 at hotmail.com>
Tested-by: Yousuf Philips <philipz85 at hotmail.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb at ubuntu.com>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/svtools/source/config/colorcfg.cxx b/svtools/source/config/colorcfg.cxx
index 8a1bd58..fcaf46a 100644
--- a/svtools/source/config/colorcfg.cxx
+++ b/svtools/source/config/colorcfg.cxx
@@ -437,10 +437,10 @@ Color ColorConfig::GetDefaultColor(ColorConfigEntry eEntry)
COL_LIGHTGREEN, // HTMLCOMMENT
COL_LIGHTRED, // HTMLKEYWORD
COL_GRAY, // HTMLUNKNOWN
- COL_LIGHTGRAY, // CALCGRID
+ 0xcccccc, // CALCGRID
COL_BLUE, //CALCPAGEBREAK
0x2300dc, //CALCPAGEBREAKMANUAL
- COL_GRAY, //CALCPAGEBREAKAUTOMATIC
+ 0x666666, //CALCPAGEBREAKAUTOMATIC
COL_LIGHTBLUE, // CALCDETECTIVE
COL_LIGHTRED, // CALCDETECTIVEERROR
0xef0fff, // CALCREFERENCE
More information about the Libreoffice-commits
mailing list