diff options
Diffstat (limited to 'extensions/source/propctrlr/propertycomposer.hxx')
-rw-r--r-- | extensions/source/propctrlr/propertycomposer.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/extensions/source/propctrlr/propertycomposer.hxx b/extensions/source/propctrlr/propertycomposer.hxx index b1d5cbedbe9c..cbfd8c820912 100644 --- a/extensions/source/propctrlr/propertycomposer.hxx +++ b/extensions/source/propctrlr/propertycomposer.hxx @@ -69,7 +69,9 @@ namespace pcr private: HandlerArray m_aSlaveHandlers; + SAL_WNODEPRECATED_DECLARATIONS_PUSH ::std::auto_ptr< ComposedPropertyUIUpdate > m_pUIRequestComposer; + SAL_WNODEPRECATED_DECLARATIONS_POP PropertyChangeListeners m_aPropertyListeners; bool m_bSupportedPropertiesAreKnown; PropertyBag m_aSupportedProperties; |