summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2013-03-13 09:27:13 +0100
committerStephan Bergmann <sbergman@redhat.com>2013-03-13 09:27:13 +0100
commite15488286d2f5eb4fb5414cf3a17690b36eed8ac (patch)
tree423ee4155b1e9da1bb1b91d7a47bc0fb785e0571 /chart2
parent6b26441f4b01f4e01390b9a5b4710d0932751a93 (diff)
-Werror=shadow/-Werror=unused-variable
...picking the corresponding fix from bab961dd0a5abe985e2787aa789eae7a4d6cbbd9 "Fix chart2 build."
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/charttypes/PieChart.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/chart2/source/view/charttypes/PieChart.cxx b/chart2/source/view/charttypes/PieChart.cxx
index bb689485df31..916199e80b85 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);