From 5b1337f7b2e1f79d78d4bf6559bd84f1ebb934bf Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 15 May 2015 13:27:19 +0200 Subject: tdf#62475: partial handmade fixes Change-Id: Ib9af202c43b916b9af4b4e18db35d470a8692fe4 Reviewed-on: https://gerrit.libreoffice.org/15712 Tested-by: Jenkins Reviewed-by: Adolfo Jayme Barrientos --- comphelper/source/misc/SelectionMultiplex.cxx | 8 -------- 1 file changed, 8 deletions(-) (limited to 'comphelper/source/misc/SelectionMultiplex.cxx') 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) -- cgit