chart2/source/view/charttypes/PieChart.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 6dc033dd2b55f91023fc446dd4f24b2a27ee2bf6 Author: Stephan Bergmann <[email protected]> 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 <[email protected]> Tested-by: Bosdonnat Cedric <[email protected]> Tested-by: Caolán McNamara <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> 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 [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
