diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-05-18 17:44:33 +0200 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2012-05-18 17:44:33 +0200 |
commit | a24a38695b857984600f1b17ccc9b976d6ec53d6 (patch) | |
tree | 64f3cbdc67317a9fa9e0be9e6cbbd9c984b5cd0c /sc | |
parent | e3fea48ac8523bf3cd4c50906ca85819390594f9 (diff) |
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.cxx | 2 |
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; } } |