diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-24 18:15:42 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-25 08:40:12 +0200 |
commit | 43c47c610556b0bbd4f22c317d6e58c543109c12 (patch) | |
tree | 092acbcbc99b29b02591022a0e11a01f2b309e93 /connectivity/source/resource | |
parent | c91dec0dad6b0da5bfe15d0597bfc069df26f343 (diff) |
connectivity: std::auto_ptr -> std::unique_ptr
Change-Id: I796dc05d1846f140a56b5a6f14a69a239324ae5b
Diffstat (limited to 'connectivity/source/resource')
-rw-r--r-- | connectivity/source/resource/sharedresources.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/resource/sharedresources.cxx b/connectivity/source/resource/sharedresources.cxx index ea28d4801668..c3c0896a1f89 100644 --- a/connectivity/source/resource/sharedresources.cxx +++ b/connectivity/source/resource/sharedresources.cxx @@ -46,7 +46,7 @@ namespace connectivity static oslInterlockedCount s_nClients; private: - ::std::auto_ptr< ::comphelper::OfficeResourceBundle > + ::std::unique_ptr< ::comphelper::OfficeResourceBundle > m_pResourceBundle; public: |