chart2/source/view/charttypes/BarChart.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 22216977e2c535e9e31af0018f96699abd5cc9e1
Author: Markus Mohrhard <markus.mohrh...@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 );
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to