summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/source/helper/listenermultiplexer.cxx8
1 files changed, 6 insertions, 2 deletions
diff --git a/toolkit/source/helper/listenermultiplexer.cxx b/toolkit/source/helper/listenermultiplexer.cxx
index c3eb7040a5c9..f921f8b951b8 100644
--- a/toolkit/source/helper/listenermultiplexer.cxx
+++ b/toolkit/source/helper/listenermultiplexer.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: listenermultiplexer.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 13:22:15 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:05:34 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -47,6 +47,10 @@ ListenerMultiplexerBase::ListenerMultiplexerBase( ::cppu::OWeakObject& rSource )
{
}
+ListenerMultiplexerBase::~ListenerMultiplexerBase()
+{
+}
+
// ::com::sun::star::uno::XInterface
::com::sun::star::uno::Any ListenerMultiplexerBase::queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException)
{