diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2012-01-16 13:46:10 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2012-01-16 13:56:42 +0100 |
commit | 2091a7fe8739eae4ca4d6ccd23db27e8e7de7203 (patch) | |
tree | 6bdcc65dccdafdefa107130276961590223d5eab /sdext | |
parent | 5a410d2e5a80ae1ea8a11300ddd2d8486e7e095b (diff) |
Clang -Wunused-variable.
Diffstat (limited to 'sdext')
-rw-r--r-- | sdext/source/minimizer/graphiccollector.cxx | 2 |
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 ) { |