From a1e450926a5d2d5005fa9b82ed772c4b99422d94 Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Tue, 19 Oct 2010 20:43:10 +0100 Subject: WaE: remove shadowed variable --- xmloff/source/draw/ximpshap.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'xmloff') diff --git a/xmloff/source/draw/ximpshap.cxx b/xmloff/source/draw/ximpshap.cxx index c865a5cbf0..60a06dc132 100644 --- a/xmloff/source/draw/ximpshap.cxx +++ b/xmloff/source/draw/ximpshap.cxx @@ -381,7 +381,6 @@ void SdXMLShapeContext::EndElement() if ( xProp.is() && xProp->getPropertySetInfo()->hasPropertyByName( sLink ) ) xProp->setPropertyValue( sLink, uno::Any( msHyperlink ) ); Reference< XEventsSupplier > xEventsSupplier( mxShape, UNO_QUERY_THROW ); - Reference< XNameReplace > xEvents( xEventsSupplier->getEvents(), UNO_QUERY_THROW ); const OUString sBookmark( RTL_CONSTASCII_USTRINGPARAM( "Bookmark" ) ); if( xEventsSupplier.is() ) -- cgit v1.2.3