[Libreoffice-commits] .: sc/source

Tor Lillqvist tml at kemper.freedesktop.org
Fri Aug 17 06:28:47 PDT 2012


 sc/source/filter/xml/XMLTableShapeImportHelper.cxx |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit 0884b47e3f040a510b8c5f757dcee7fcc7c89595
Author: Tor Lillqvist <tml at iki.fi>
Date:   Fri Aug 17 16:28:37 2012 +0300

    WaE: unused variable
    
    Change-Id: I81ddfe76ad9bcaf284044ca5393d2469653ae524

diff --git a/sc/source/filter/xml/XMLTableShapeImportHelper.cxx b/sc/source/filter/xml/XMLTableShapeImportHelper.cxx
index 638d29f..36ff2df 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 ) ))
             {


More information about the Libreoffice-commits mailing list