diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-29 15:20:07 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-29 15:20:22 +0200 |
commit | dc635425118c77d35534d1bf8b3aa12a1ad95752 (patch) | |
tree | 266c8b6b45110eccfe4c8cac375e0eb0ffde3db9 /svx/inc | |
parent | d3de12fcfc85feb36eda3b0495807ef11d8fe772 (diff) |
svx: std::auto_ptr -> std::unique_ptr
Change-Id: Ib70d974817bcdd9a582e9be28d28b007cdc3a7a7
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/sdr/contact/viewcontactofunocontrol.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/inc/sdr/contact/viewcontactofunocontrol.hxx b/svx/inc/sdr/contact/viewcontactofunocontrol.hxx index b9e11ddd9792..9227f764faff 100644 --- a/svx/inc/sdr/contact/viewcontactofunocontrol.hxx +++ b/svx/inc/sdr/contact/viewcontactofunocontrol.hxx @@ -47,7 +47,7 @@ namespace sdr { namespace contact { class SVX_DLLPRIVATE ViewContactOfUnoControl : public ViewContactOfSdrObj { private: - ::std::auto_ptr< ViewContactOfUnoControl_Impl > m_pImpl; + ::std::unique_ptr< ViewContactOfUnoControl_Impl > m_pImpl; public: // access to SdrObject |