summaryrefslogtreecommitdiff
path: root/sfx2/source/doc/Metadatable.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/doc/Metadatable.cxx')
-rw-r--r--sfx2/source/doc/Metadatable.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/doc/Metadatable.cxx b/sfx2/source/doc/Metadatable.cxx
index c54e3e82586e..c82336f9d4bf 100644
--- a/sfx2/source/doc/Metadatable.cxx
+++ b/sfx2/source/doc/Metadatable.cxx
@@ -251,7 +251,7 @@ private:
const OUString & i_rIdref) const SAL_OVERRIDE;
struct XmlIdRegistry_Impl;
- ::std::auto_ptr<XmlIdRegistry_Impl> m_pImpl;
+ ::std::unique_ptr<XmlIdRegistry_Impl> m_pImpl;
};
// MetadatableUndo ---------------------------------------------------
@@ -343,7 +343,7 @@ private:
const bool i_isInContent);
struct XmlIdRegistry_Impl;
- ::std::auto_ptr<XmlIdRegistry_Impl> m_pImpl;
+ ::std::unique_ptr<XmlIdRegistry_Impl> m_pImpl;
};