summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/SelectionMultiplex.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/SelectionMultiplex.cxx')
-rw-r--r--comphelper/source/misc/SelectionMultiplex.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/comphelper/source/misc/SelectionMultiplex.cxx b/comphelper/source/misc/SelectionMultiplex.cxx
index c01135ead098..bff3e33819fa 100644
--- a/comphelper/source/misc/SelectionMultiplex.cxx
+++ b/comphelper/source/misc/SelectionMultiplex.cxx
@@ -30,10 +30,6 @@ using namespace ::com::sun::star::uno;
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::view;
-
-//= OSelectionChangeListener
-
-
OSelectionChangeListener::~OSelectionChangeListener()
{
if (m_pAdapter)
@@ -65,10 +61,6 @@ void OSelectionChangeListener::setAdapter(OSelectionChangeMultiplexer* pAdapter)
}
}
-
-//= OSelectionChangeMultiplexer
-
-
OSelectionChangeMultiplexer::OSelectionChangeMultiplexer(OSelectionChangeListener* _pListener, const Reference< XSelectionSupplier>& _rxSet, bool _bAutoReleaseSet)
:m_xSet(_rxSet)
,m_pListener(_pListener)