summaryrefslogtreecommitdiff
path: root/sdext
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2012-01-16 13:46:10 +0100
committerStephan Bergmann <sbergman@redhat.com>2012-01-16 13:56:42 +0100
commit2091a7fe8739eae4ca4d6ccd23db27e8e7de7203 (patch)
tree6bdcc65dccdafdefa107130276961590223d5eab /sdext
parent5a410d2e5a80ae1ea8a11300ddd2d8486e7e095b (diff)
Clang -Wunused-variable.
Diffstat (limited to 'sdext')
-rw-r--r--sdext/source/minimizer/graphiccollector.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sdext/source/minimizer/graphiccollector.cxx b/sdext/source/minimizer/graphiccollector.cxx
index 5e5e5f5a7967..d6c76abd6275 100644
--- a/sdext/source/minimizer/graphiccollector.cxx
+++ b/sdext/source/minimizer/graphiccollector.cxx
@@ -376,8 +376,6 @@ void ImpCountGraphicObjects( const Reference< XComponentContext >& rxMSF, const
// now check for a fillstyle
Reference< XPropertySet > xEmptyPagePropSet;
Reference< XPropertySet > xShapePropertySet( xShape, UNO_QUERY_THROW );
- awt::Size aLogicalSize( xShape->getSize() );
-
FillStyle eFillStyle;
if ( xShapePropertySet->getPropertyValue( TKGet( TK_FillStyle ) ) >>= eFillStyle )
{