summaryrefslogtreecommitdiff
path: root/include/comphelper/propmultiplex2.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/comphelper/propmultiplex2.hxx')
-rw-r--r--include/comphelper/propmultiplex2.hxx4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/comphelper/propmultiplex2.hxx b/include/comphelper/propmultiplex2.hxx
index 5e6fec1571c3..ff3a9abaf2ef 100644
--- a/include/comphelper/propmultiplex2.hxx
+++ b/include/comphelper/propmultiplex2.hxx
@@ -80,7 +80,6 @@ class COMPHELPER_DLLPUBLIC OPropertyChangeMultiplexer2 final
OPropertyChangeListener2* m_pListener;
sal_Int32 m_nLockCount;
bool m_bListening : 1;
- bool const m_bAutoSetRelease : 1;
void onListenerDestruction();
virtual ~OPropertyChangeMultiplexer2() override;
@@ -88,8 +87,7 @@ class COMPHELPER_DLLPUBLIC OPropertyChangeMultiplexer2 final
public:
OPropertyChangeMultiplexer2(std::mutex& rMutex, std::unique_lock<std::mutex>& rGuard,
OPropertyChangeListener2* _pListener,
- const css::uno::Reference<css::beans::XPropertySet>& _rxSet,
- bool _bAutoReleaseSet = true);
+ const css::uno::Reference<css::beans::XPropertySet>& _rxSet);
// XEventListener
virtual void SAL_CALL disposing(const css::lang::EventObject& Source) override;