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

New commits:
commit e15488286d2f5eb4fb5414cf3a17690b36eed8ac
Author: Stephan Bergmann <sberg...@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);
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to