diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-10-01 16:15:04 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-10-01 17:35:11 +0200 |
commit | 25a76ef7910275360ef1e783d4ecd84bf329db86 (patch) | |
tree | c6f96a683a75ff6c8500f86acc5fe17cc5c59c83 /sw/inc/doc.hxx | |
parent | 429b6af336ebc5e651f37d9a1826e9f7d3f88a75 (diff) |
sw: std::auto_ptr -> std::unique_ptr
Change-Id: I60ac3706b9be335c31039ed0997cb8215808ddaa
Diffstat (limited to 'sw/inc/doc.hxx')
-rw-r--r-- | sw/inc/doc.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index 209c7450883d..cbc9f0d69f52 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -353,7 +353,7 @@ class SW_DLLPUBLIC SwDoc : com::sun::star::uno::Reference<com::sun::star::container::XNameContainer> m_xTemplateToProjectCache; private: - ::std::auto_ptr< ::sfx2::IXmlIdRegistry > m_pXmlIdRegistry; + ::std::unique_ptr< ::sfx2::IXmlIdRegistry > m_pXmlIdRegistry; // other |