diff options
Diffstat (limited to 'include/xmloff/xmlstyle.hxx')
-rw-r--r-- | include/xmloff/xmlstyle.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/xmloff/xmlstyle.hxx b/include/xmloff/xmlstyle.hxx index 975aa0c93142..8841ec3b5cae 100644 --- a/include/xmloff/xmlstyle.hxx +++ b/include/xmloff/xmlstyle.hxx @@ -153,7 +153,7 @@ class XMLOFF_DLLPUBLIC SvXMLStylesContext : public SvXMLImportContext const OUString msTextStyleServiceName; std::unique_ptr<SvXMLStylesContext_Impl> mpImpl; - SvXMLTokenMap *mpStyleStylesElemTokenMap; + std::unique_ptr<SvXMLTokenMap> mpStyleStylesElemTokenMap; css::uno::Reference< css::container::XNameContainer > mxParaStyles; |