diff options
author | Aybuke Ozdemir <aybuke.147@gmail.com> | 2015-10-31 19:31:38 +0200 |
---|---|---|
committer | Adolfo Jayme Barrientos <fitojb@ubuntu.com> | 2015-12-06 12:20:23 +0000 |
commit | 52ac1a717b1869cb7d2ee710f50a15e216ced76c (patch) | |
tree | b298f9d14082235f612583279f25a334627477e5 | |
parent | 7c2e4996e99ba96345b9346f8ee86b5636adb4c6 (diff) |
tdf#87933 easier visibility of automatic page breaks
Change-Id: I1d81b740bf67402b7f59b572bbd8a9fbc4a989f2
Reviewed-on: https://gerrit.libreoffice.org/19706
Reviewed-by: Yousuf Philips <philipz85@hotmail.com>
Tested-by: Yousuf Philips <philipz85@hotmail.com>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
(cherry picked from commit 22d4b98da59c9821e72cc1d4f9d94d57b7a12d51)
Reviewed-on: https://gerrit.libreoffice.org/20421
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-rw-r--r-- | svtools/source/config/colorcfg.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/svtools/source/config/colorcfg.cxx b/svtools/source/config/colorcfg.cxx index 8a1bd589a92d..fcaf46a1a2aa 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 |