Kaydet (Commit) 2091a7fe authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Clang -Wunused-variable.

üst 5a410d2e
......@@ -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 )
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment