summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-19 15:36:29 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-06-19 15:37:04 +0200
commit6e427b30fe113b3717f00515ee70458dbb9dbfab (patch)
treed0234683c2b327aad9a2a575236b3a128d5f04b5
parentd5a0926c2359a4f8bd48cbea5a9c034b87d6aeeb (diff)
use better default colors
Change-Id: I0790f157632351a8fe68abf8f12041907027d6c9
-rw-r--r--chart2/source/view/charttypes/GL3DBarChart.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/charttypes/GL3DBarChart.cxx b/chart2/source/view/charttypes/GL3DBarChart.cxx
index 0fc12b1412ee..9c22929cfac0 100644
--- a/chart2/source/view/charttypes/GL3DBarChart.cxx
+++ b/chart2/source/view/charttypes/GL3DBarChart.cxx
@@ -116,7 +116,7 @@ void GL3DBarChart::create3DShapes(const boost::ptr_vector<VDataSeries>& rDataSer
float nYPos = 0.0;
const Color aSeriesColor[] = {
- COL_RED, COL_GREEN, COL_YELLOW, COL_BROWN, COL_GRAY
+ COL_RED, COL_GREEN, COL_YELLOW, COL_BROWN, COL_BLUE
};
maCategories.clear();