diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:05:34 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 22:05:34 +0000 |
commit | 04c31643c256ee40ecb9a248872f42f64286ac58 (patch) | |
tree | 4045358b24205fadd54f8ff02e72f54a00851409 /toolkit | |
parent | 612e8dd5ea9346236136bfd86f67ce023897ed09 (diff) |
INTEGRATION: CWS warnings01 (1.3.26); FILE MERGED
2005/10/25 15:56:12 mt 1.3.26.1: #i55991# Warning Free Code
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/source/helper/listenermultiplexer.cxx | 8 |
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) { |