summaryrefslogtreecommitdiffstats
path: root/sc
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-18 17:44:33 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-05-18 17:44:33 +0200
commita24a38695b857984600f1b17ccc9b976d6ec53d6 (patch)
tree64f3cbdc67317a9fa9e0be9e6cbbd9c984b5cd0c /sc
parentcorrectly get the min value and the max value for data bars (diff)
downloadcore-a24a38695b857984600f1b17ccc9b976d6ec53d6.tar.gz
core-a24a38695b857984600f1b17ccc9b976d6ec53d6.zip
Light red is better as default color for negative values
Change-Id: I871c67582f60eb56e9ebda22e1b492ff2e321f6e
Diffstat (limited to 'sc')
-rw-r--r--sc/source/core/data/colorscale.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/data/colorscale.cxx b/sc/source/core/data/colorscale.cxx
index 2a34fd9623ae..8364cd15b7d4 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;
}
}