summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorIngrid Halama [iha] <Ingrid.Halama@oracle.com>2011-02-07 12:39:47 +0100
committerIngrid Halama [iha] <Ingrid.Halama@oracle.com>2011-02-07 12:39:47 +0100
commitfcad23d649fa143ec292f3775efd8d28d185286b (patch)
tree58e57adeae8ee8d56b5996293ce5182b6b2463bd /chart2
parentc69fc95173abe406d95f6a9eb9bc9972e4b6256d (diff)
chart52: compiler warning
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/main/VLegendSymbolFactory.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/chart2/source/view/main/VLegendSymbolFactory.cxx b/chart2/source/view/main/VLegendSymbolFactory.cxx
index 35ad3b0234c8..b7168bd7ee9f 100644
--- a/chart2/source/view/main/VLegendSymbolFactory.cxx
+++ b/chart2/source/view/main/VLegendSymbolFactory.cxx
@@ -121,8 +121,6 @@ Reference< drawing::XShape > VLegendSymbolFactory::createSymbol(
if( ! xResultGroup.is())
return xResult;
- bool bUseBox = false;
-
// add an invisible square box to maintain aspect ratio
Reference< drawing::XShape > xBound( ShapeFactory(xShapeFactory).createInvisibleRectangle(
xResultGroup, rEntryKeyAspectRatio ));