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

New commits:
commit a24a38695b857984600f1b17ccc9b976d6ec53d6
Author: Markus Mohrhard <markus.mohrh...@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;
         }
 
     }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to