[Libreoffice-commits] core.git: svtools/source

Kohei Yoshida kohei.yoshida at collabora.com
Tue Feb 4 14:16:01 PST 2014


 svtools/source/config/colorcfg.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 95a7e952552adb834f92d1477f83938e7c8d0204
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

diff --git a/svtools/source/config/colorcfg.cxx b/svtools/source/config/colorcfg.cxx
index 7ba3b11..38ceee04 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