summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertyhandler.hxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2014-09-30 12:26:40 +0200
committerStephan Bergmann <sbergman@redhat.com>2014-09-30 12:28:52 +0200
commit3b5345e1234d2ede54cb971ff2881719da26e6a7 (patch)
treeac784694c39b62c92f0381efc6edc0d5e386259d /extensions/source/propctrlr/propertyhandler.hxx
parentfddabddb0ad178ce6989d254c6001126d7bd23c4 (diff)
extensions: std::auto_ptr -> std::unique_ptr
Change-Id: I2d9d2e145584013d8e94f5aea2ec7732452b240c
Diffstat (limited to 'extensions/source/propctrlr/propertyhandler.hxx')
-rw-r--r--extensions/source/propctrlr/propertyhandler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/propertyhandler.hxx b/extensions/source/propctrlr/propertyhandler.hxx
index ee669ca76d93..2b1ebcd42fa9 100644
--- a/extensions/source/propctrlr/propertyhandler.hxx
+++ b/extensions/source/propctrlr/propertyhandler.hxx
@@ -94,7 +94,7 @@ namespace pcr
/// type converter, needed on various occasions
::com::sun::star::uno::Reference< ::com::sun::star::script::XTypeConverter > m_xTypeConverter;
/// access to property meta data
- ::std::auto_ptr< OPropertyInfoService > m_pInfoService;
+ ::std::unique_ptr< OPropertyInfoService > m_pInfoService;
protected:
PropertyHandler(