[Libreoffice-commits] core.git: Branch 'libreoffice-4-2' - svtools/source
Kohei Yoshida
kohei.yoshida at collabora.com
Wed Feb 5 00:27:10 PST 2014
svtools/source/config/colorcfg.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 08c7fb3a8e952ad03f043c445802b0120a452a15
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date: Tue Feb 4 17:17:45 2014 -0500
fdo#73263: Change the default color for reference border to non-red.
See the referenced bug report for the reason behind it.
Change-Id: I4284807adaf82ae9581208a13ebd5071d36be5c7
(cherry picked from commit 95a7e952552adb834f92d1477f83938e7c8d0204)
Reviewed-on: https://gerrit.libreoffice.org/7862
Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
Reviewed-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
diff --git a/svtools/source/config/colorcfg.cxx b/svtools/source/config/colorcfg.cxx
index a8e5ba8..50e7edb 100644
--- a/svtools/source/config/colorcfg.cxx
+++ b/svtools/source/config/colorcfg.cxx
@@ -444,7 +444,7 @@ Color ColorConfig::GetDefaultColor(ColorConfigEntry eEntry)
COL_GRAY, //CALCPAGEBREAKAUTOMATIC
COL_LIGHTBLUE, // CALCDETECTIVE
COL_LIGHTRED, // CALCDETECTIVEERROR
- COL_LIGHTRED, // CALCREFERENCE
+ 0xef0fff, // CALCREFERENCE
0xffffc0, // CALCNOTESBACKGROUND
0xc0c0c0, // DRAWGRID
COL_GREEN, // BASICIDENTIFIER,
More information about the Libreoffice-commits
mailing list