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

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


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

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

    Revert "WaE: fLogicZ duplicated"
    
    This reverts commit a42076ead5adf56ab8e1173353b5201e7e3672e3.

diff --git a/chart2/source/view/charttypes/PieChart.cxx b/chart2/source/view/charttypes/PieChart.cxx
index 8b6d4bc..916199e 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
-                fLogicZ = -1.0; // For 3D pie chart label position
+                double 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