summaryrefslogtreecommitdiff
path: root/extensions/source/propctrlr/propertycomposer.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/source/propctrlr/propertycomposer.hxx')
-rw-r--r--extensions/source/propctrlr/propertycomposer.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/extensions/source/propctrlr/propertycomposer.hxx b/extensions/source/propctrlr/propertycomposer.hxx
index 725f97170870..4c7169696866 100644
--- a/extensions/source/propctrlr/propertycomposer.hxx
+++ b/extensions/source/propctrlr/propertycomposer.hxx
@@ -60,9 +60,7 @@ namespace pcr
private:
HandlerArray m_aSlaveHandlers;
- SAL_WNODEPRECATED_DECLARATIONS_PUSH
- ::std::auto_ptr< ComposedPropertyUIUpdate > m_pUIRequestComposer;
- SAL_WNODEPRECATED_DECLARATIONS_POP
+ ::std::unique_ptr< ComposedPropertyUIUpdate > m_pUIRequestComposer;
PropertyChangeListeners m_aPropertyListeners;
bool m_bSupportedPropertiesAreKnown;
PropertyBag m_aSupportedProperties;