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

Stephan Bergmann sbergman at redhat.com
Wed Mar 13 04:03:10 PDT 2013


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

New commits:
commit 6dc033dd2b55f91023fc446dd4f24b2a27ee2bf6
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."
    (cherry picked from commit e15488286d2f5eb4fb5414cf3a17690b36eed8ac)
    
    Change-Id: I87f973b9fa402de594d449366fb7a038658e7ccc
    Reviewed-on: https://gerrit.libreoffice.org/2699
    Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat at free.fr>
    Tested-by: Bosdonnat Cedric <cedric.bosdonnat at free.fr>
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

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