summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-05-10 04:30:46 +0200
committerMarkus Mohrhard <markus.mohrhard@collabora.co.uk>2014-05-12 03:00:05 +0200
commit57c681d8ee2923a7592f1b8f6edc3cfa39384cf6 (patch)
treed5188fc0ad276966d633c4ee9036af15be61414c /chart2
parentc5e34d2dcbf000aab7e299268133ea84ea89ccbf (diff)
change the color of the bars as the ackground is blue as well
Change-Id: Ib16ef3548368e5b07dd9411a4515d5e6abe3acaf
Diffstat (limited to 'chart2')
-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 8f443d165131..b38e1eee2c95 100644
--- a/chart2/source/view/charttypes/GL3DBarChart.cxx
+++ b/chart2/source/view/charttypes/GL3DBarChart.cxx
@@ -90,7 +90,7 @@ void GL3DBarChart::create3DShapes()
float nVal = rDataSeries.getYValue(nIndex);
float nXPos = nIndex * (nBarSizeX + nBarDistanceX);
- sal_Int32 nColor = COL_BLUE;
+ sal_Int32 nColor = COL_RED;
glm::mat4 aBarPosition;
aBarPosition = glm::scale(aBarPosition, nBarSizeX, nBarSizeY, nVal);