diff options
Diffstat (limited to 'xmloff/source/draw/ximpbody.cxx')
-rw-r--r-- | xmloff/source/draw/ximpbody.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/ximpbody.cxx b/xmloff/source/draw/ximpbody.cxx index f6dad065d9f6..d77ae15ed4e5 100644 --- a/xmloff/source/draw/ximpbody.cxx +++ b/xmloff/source/draw/ximpbody.cxx @@ -117,7 +117,7 @@ SdXMLDrawPageContext::SdXMLDrawPageContext( SdXMLImport& rImport, if (!sXmlId.isEmpty()) { - uno::Reference< uno::XInterface > const xRef( rShapes.get() ); + uno::Reference< uno::XInterface > const xRef( rShapes ); GetImport().getInterfaceToIdentifierMapper().registerReference( sXmlId, xRef ); } |