summaryrefslogtreecommitdiff
path: root/comphelper/source/container/containermultiplexer.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/container/containermultiplexer.cxx')
-rw-r--r--comphelper/source/container/containermultiplexer.cxx8
1 files changed, 0 insertions, 8 deletions
diff --git a/comphelper/source/container/containermultiplexer.cxx b/comphelper/source/container/containermultiplexer.cxx
index 7f677790e454..8758b4271225 100644
--- a/comphelper/source/container/containermultiplexer.cxx
+++ b/comphelper/source/container/containermultiplexer.cxx
@@ -28,10 +28,6 @@ namespace comphelper
using namespace ::com::sun::star::lang;
using namespace ::com::sun::star::container;
-
- //= OContainerListener
-
-
OContainerListener::OContainerListener(::osl::Mutex& _rMutex)
:m_pAdapter(NULL)
,m_rMutex(_rMutex)
@@ -90,10 +86,6 @@ namespace comphelper
}
}
-
- //= OContainerListenerAdapter
-
-
OContainerListenerAdapter::OContainerListenerAdapter(OContainerListener* _pListener,
const Reference< XContainer >& _rxContainer)
:m_xContainer(_rxContainer)