[Libreoffice-commits] .: sc/source

Markus Mohrhard mmohrhard at kemper.freedesktop.org
Fri May 18 08:45:46 PDT 2012


 sc/source/core/data/colorscale.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a24a38695b857984600f1b17ccc9b976d6ec53d6
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date:   Fri May 18 17:44:33 2012 +0200

    Light red is better as default color for negative values
    
    Change-Id: I871c67582f60eb56e9ebda22e1b492ff2e321f6e

diff --git a/sc/source/core/data/colorscale.cxx b/sc/source/core/data/colorscale.cxx
index 2a34fd9..8364cd1 100644
--- a/sc/source/core/data/colorscale.cxx
+++ b/sc/source/core/data/colorscale.cxx
@@ -740,7 +740,7 @@ ScDataBarInfo* ScDataBarFormat::GetDataBarInfo(const ScAddress& rAddr) const
         else
         {
             // default negative color is red
-            pInfo->maColor = COL_RED;
+            pInfo->maColor = COL_LIGHTRED;
         }
 
     }


More information about the Libreoffice-commits mailing list