Kaydet (Commit) 38ca8c25 authored tarafından Caolán McNamara's avatar Caolán McNamara

WaE: remove shadowed variable

üst 06f88698
...@@ -381,7 +381,6 @@ void SdXMLShapeContext::EndElement() ...@@ -381,7 +381,6 @@ void SdXMLShapeContext::EndElement()
if ( xProp.is() && xProp->getPropertySetInfo()->hasPropertyByName( sLink ) ) if ( xProp.is() && xProp->getPropertySetInfo()->hasPropertyByName( sLink ) )
xProp->setPropertyValue( sLink, uno::Any( msHyperlink ) ); xProp->setPropertyValue( sLink, uno::Any( msHyperlink ) );
Reference< XEventsSupplier > xEventsSupplier( mxShape, UNO_QUERY_THROW ); Reference< XEventsSupplier > xEventsSupplier( mxShape, UNO_QUERY_THROW );
Reference< XNameReplace > xEvents( xEventsSupplier->getEvents(), UNO_QUERY_THROW );
const OUString sBookmark( RTL_CONSTASCII_USTRINGPARAM( "Bookmark" ) ); const OUString sBookmark( RTL_CONSTASCII_USTRINGPARAM( "Bookmark" ) );
if( xEventsSupplier.is() ) if( xEventsSupplier.is() )
......
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