From 95a7e952552adb834f92d1477f83938e7c8d0204 Mon Sep 17 00:00:00 2001 From: Kohei Yoshida Date: Tue, 4 Feb 2014 17:17:45 -0500 Subject: 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 --- svtools/source/config/colorcfg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svtools') 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, -- cgit