diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2014-09-30 12:26:40 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2014-09-30 12:28:52 +0200 |
commit | 3b5345e1234d2ede54cb971ff2881719da26e6a7 (patch) | |
tree | ac784694c39b62c92f0381efc6edc0d5e386259d /extensions/source/propctrlr/inspectormodelbase.cxx | |
parent | fddabddb0ad178ce6989d254c6001126d7bd23c4 (diff) |
extensions: std::auto_ptr -> std::unique_ptr
Change-Id: I2d9d2e145584013d8e94f5aea2ec7732452b240c
Diffstat (limited to 'extensions/source/propctrlr/inspectormodelbase.cxx')
-rw-r--r-- | extensions/source/propctrlr/inspectormodelbase.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/inspectormodelbase.cxx b/extensions/source/propctrlr/inspectormodelbase.cxx index 9a2f3368729b..8dd806a574a2 100644 --- a/extensions/source/propctrlr/inspectormodelbase.cxx +++ b/extensions/source/propctrlr/inspectormodelbase.cxx @@ -63,7 +63,7 @@ namespace pcr sal_Int32 m_nMinHelpTextLines; sal_Int32 m_nMaxHelpTextLines; bool m_bIsReadOnly; - ::std::auto_ptr< ::cppu::IPropertyArrayHelper > + ::std::unique_ptr< ::cppu::IPropertyArrayHelper > m_pPropertyInfo; public: |