diff options
Diffstat (limited to 'xmloff/source/draw/XMLShapePropertySetContext.cxx')
-rw-r--r-- | xmloff/source/draw/XMLShapePropertySetContext.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/XMLShapePropertySetContext.cxx b/xmloff/source/draw/XMLShapePropertySetContext.cxx index 456dc215b9db..45c8ace61fc5 100644 --- a/xmloff/source/draw/XMLShapePropertySetContext.cxx +++ b/xmloff/source/draw/XMLShapePropertySetContext.cxx @@ -73,7 +73,7 @@ css::uno::Reference< css::xml::sax::XFastContextHandler > XMLShapePropertySetCon case CTF_NUMBERINGRULES: mnBulletIndex = rProp.mnIndex; mxBulletStyle = new SvxXMLListStyleContext( GetImport() ); - return mxBulletStyle.get(); + return mxBulletStyle; case CTF_TABSTOP: return new SvxXMLTabStopImportContext( GetImport(), nElement, rProp, |