[Libreoffice-commits] core.git: chart2/source
Markus Mohrhard
markus.mohrhard at collabora.co.uk
Fri Mar 7 12:49:44 PST 2014
chart2/source/view/charttypes/BarChart.cxx | 3 ---
1 file changed, 3 deletions(-)
New commits:
commit 22216977e2c535e9e31af0018f96699abd5cc9e1
Author: Markus Mohrhard <markus.mohrhard at collabora.co.uk>
Date: Fri Mar 7 21:42:25 2014 +0100
fix bar chart rendering
Change-Id: I9751be9a2006ae743487a2f72bd9cd02ca136fd6
diff --git a/chart2/source/view/charttypes/BarChart.cxx b/chart2/source/view/charttypes/BarChart.cxx
index c0d546a..7b0ff82 100644
--- a/chart2/source/view/charttypes/BarChart.cxx
+++ b/chart2/source/view/charttypes/BarChart.cxx
@@ -779,9 +779,6 @@ void BarChart::createShapes()
aPoly.SequenceX.realloc(1);
aPoly.SequenceY.realloc(1);
aPoly.SequenceZ.realloc(1);
- aPoly.SequenceX[0].realloc(5);
- aPoly.SequenceY[0].realloc(5);
- aPoly.SequenceZ[0].realloc(5);
drawing::Position3D aLeftUpperPoint( fLogicX-fLogicBarWidth/2.0,fUpperYValue,fLogicZ );
drawing::Position3D aRightUpperPoint( fLogicX+fLogicBarWidth/2.0,fUpperYValue,fLogicZ );
More information about the Libreoffice-commits
mailing list