summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2012-08-17 16:28:37 +0300
committerTor Lillqvist <tml@iki.fi>2012-08-17 16:28:37 +0300
commit0884b47e3f040a510b8c5f757dcee7fcc7c89595 (patch)
treecaac2a1b1fea35e2f6f08fa6c50f5b9becf6415a /sc
parent76367894c0a33bac0404733b8eae936d93d03381 (diff)
WaE: unused variable
Change-Id: I81ddfe76ad9bcaf284044ca5393d2469653ae524
Diffstat (limited to 'sc')
-rw-r--r--sc/source/filter/xml/XMLTableShapeImportHelper.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/sc/source/filter/xml/XMLTableShapeImportHelper.cxx b/sc/source/filter/xml/XMLTableShapeImportHelper.cxx
index 638d29f985cc..36ff2df44125 100644
--- a/sc/source/filter/xml/XMLTableShapeImportHelper.cxx
+++ b/sc/source/filter/xml/XMLTableShapeImportHelper.cxx
@@ -211,7 +211,6 @@ void XMLTableShapeImportHelper::finishShape(
// position from the most top and left positioned shape(s) within
// the group
Point aStartPoint( rShape->getPosition().X,rShape->getPosition().Y );
- awt::Size aSize(rShape->getSize() );
uno::Reference< drawing::XShape > xChild( rShapes, uno::UNO_QUERY );
if (SvxShape* pGroupShapeImp = SvxShape::getImplementation( lcl_getTopLevelParent( xChild ) ))
{