[Libreoffice-commits] core.git: Branch 'libreoffice-4-0' - chart2/source

Caolán McNamara caolanm at redhat.com
Wed Mar 13 02:14:52 PDT 2013


 chart2/source/view/charttypes/PieChart.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a42076ead5adf56ab8e1173353b5201e7e3672e3
Author: Caolán McNamara <caolanm at redhat.com>
Date:   Wed Mar 13 09:13:47 2013 +0000

    WaE: fLogicZ duplicated
    
    Change-Id: I92a8ebee9524e40c301bf1de52d5b986323275f2

diff --git a/chart2/source/view/charttypes/PieChart.cxx b/chart2/source/view/charttypes/PieChart.cxx
index 916199e..8b6d4bc 100644
--- a/chart2/source/view/charttypes/PieChart.cxx
+++ b/chart2/source/view/charttypes/PieChart.cxx
@@ -442,7 +442,7 @@ void PieChart::createShapes()
                 }
 
                 //create data point
-                double fLogicZ = -1.0; // For 3D pie chart label position
+                fLogicZ = -1.0; // For 3D pie chart label position
                 uno::Reference<drawing::XShape> xPointShape(
                     createDataPoint( xSeriesGroupShape_Shapes, xPointProperties
                                     , fUnitCircleStartAngleDegree, fUnitCircleWidthAngleDegree


More information about the Libreoffice-commits mailing list