diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-02-04 17:17:45 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-02-04 17:19:28 -0500 |
commit | 95a7e952552adb834f92d1477f83938e7c8d0204 (patch) | |
tree | 86f04ad6fb6366155e8496270079a3669208170b | |
parent | 3e6969d8a26c443bf5729eab640de92aa95ec4ee (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
-rw-r--r-- | svtools/source/config/colorcfg.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/config/colorcfg.cxx b/svtools/source/config/colorcfg.cxx index 7ba3b11d93b8..38ceee041a93 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, |