diff options
-rw-r--r-- | sc/source/filter/xml/XMLTableShapeImportHelper.cxx | 1 |
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 ) )) { |