summaryrefslogtreecommitdiff
path: root/chart2/source
diff options
context:
space:
mode:
Diffstat (limited to 'chart2/source')
-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 ));