summaryrefslogtreecommitdiff
path: root/svtools
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@collabora.com>2014-02-04 17:17:45 -0500
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2014-02-05 08:26:43 +0000
commit08c7fb3a8e952ad03f043c445802b0120a452a15 (patch)
tree43f6178e899259b06529d71518116722a6321389 /svtools
parent4b9c6542f7107be7536f239ca061fd363395b3d4 (diff)
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@googlemail.com> Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'svtools')
-rw-r--r--svtools/source/config/colorcfg.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/config/colorcfg.cxx b/svtools/source/config/colorcfg.cxx
index a8e5ba89929a..50e7edb829cf 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,