diff options
Diffstat (limited to 'xmloff/source/draw/sdxmlimp_impl.hxx')
-rw-r--r-- | xmloff/source/draw/sdxmlimp_impl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmloff/source/draw/sdxmlimp_impl.hxx b/xmloff/source/draw/sdxmlimp_impl.hxx index e8bc3a14acc8..d2d9fdf2862f 100644 --- a/xmloff/source/draw/sdxmlimp_impl.hxx +++ b/xmloff/source/draw/sdxmlimp_impl.hxx @@ -168,7 +168,7 @@ class SdXMLImport: public SvXMLImport css::uno::Reference< css::container::XNameAccess > mxPageLayouts; // contexts for Style and AutoStyle import - css::uno::Reference<SdXMLMasterStylesContext> mxMasterStylesContext; + rtl::Reference<SdXMLMasterStylesContext> mxMasterStylesContext; // token map lists std::unique_ptr<SvXMLTokenMap> mpDocElemTokenMap; |