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

New commits:
commit 83bdce645a7fd4843630fc9a378de8620d48c6c4
Author: Caolán McNamara <caol...@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
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to