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

Stephan Bergmann sbergman at redhat.com
Wed Mar 13 01:34:35 PDT 2013


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

New commits:
commit e15488286d2f5eb4fb5414cf3a17690b36eed8ac
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Wed Mar 13 09:27:13 2013 +0100

    -Werror=shadow/-Werror=unused-variable
    
    ...picking the corresponding fix from bab961dd0a5abe985e2787aa789eae7a4d6cbbd9
    "Fix chart2 build."

diff --git a/chart2/source/view/charttypes/PieChart.cxx b/chart2/source/view/charttypes/PieChart.cxx
index bb68948..916199e 100644
--- a/chart2/source/view/charttypes/PieChart.cxx
+++ b/chart2/source/view/charttypes/PieChart.cxx
@@ -391,7 +391,6 @@ void PieChart::createShapes()
             if( !bIsVisible )
                 continue;
 
-            double fLogicZ = -1.0;//as defined
             double fDepth  = this->getTransformedDepth() * (n3DRelativeHeight / 100.0);
 
             uno::Reference< drawing::XShapes > xSeriesGroupShape_Shapes = getSeriesGroupShape(pSeries, xSeriesTarget);


More information about the Libreoffice-commits mailing list