diff options
Diffstat (limited to 'comphelper/source/property/propmultiplex.cxx')
-rw-r--r-- | comphelper/source/property/propmultiplex.cxx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/comphelper/source/property/propmultiplex.cxx b/comphelper/source/property/propmultiplex.cxx index 22224cf96e10..51613c7b45f1 100644 --- a/comphelper/source/property/propmultiplex.cxx +++ b/comphelper/source/property/propmultiplex.cxx @@ -29,10 +29,6 @@ using namespace ::com::sun::star::uno; using namespace ::com::sun::star::lang; using namespace ::com::sun::star::beans; - -//= OPropertyChangeListener - - OPropertyChangeListener::~OPropertyChangeListener() { if (m_pAdapter) @@ -74,10 +70,6 @@ void OPropertyChangeListener::setAdapter(OPropertyChangeMultiplexer* pAdapter) } } - -//= OPropertyChangeMultiplexer - - OPropertyChangeMultiplexer::OPropertyChangeMultiplexer(OPropertyChangeListener* _pListener, const Reference< XPropertySet>& _rxSet, bool _bAutoReleaseSet) :m_xSet(_rxSet) ,m_pListener(_pListener) |