summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 21:57:10 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 21:57:10 +0000
commited1d9c4291e0974f923efec7c04c0e6e90bb97b6 (patch)
treef92195d3b660d1c34c8cc51cca1ea94fe1d36f4f /toolkit
parentfe66e451c8adb8f4fe7e4616dab1874cd70a2ca4 (diff)
INTEGRATION: CWS warnings01 (1.4.26); FILE MERGED
2005/10/25 15:56:05 mt 1.4.26.1: #i55991# Warning Free Code
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/inc/toolkit/controls/eventcontainer.hxx10
-rw-r--r--toolkit/inc/toolkit/helper/listenermultiplexer.hxx5
2 files changed, 8 insertions, 7 deletions
diff --git a/toolkit/inc/toolkit/controls/eventcontainer.hxx b/toolkit/inc/toolkit/controls/eventcontainer.hxx
index 70dbd3138868..691ec597f2da 100644
--- a/toolkit/inc/toolkit/controls/eventcontainer.hxx
+++ b/toolkit/inc/toolkit/controls/eventcontainer.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: eventcontainer.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 12:48:19 $
+ * last change: $Author: hr $ $Date: 2006-06-19 22:56:00 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -91,9 +91,9 @@ class NameContainer_Impl : public NameContainerHelper
public:
NameContainer_Impl( ::com::sun::star::uno::Type const & aType )
- : mType( aType )
- , mnElementCount( 0 )
- , maContainerListeners( *this )
+ : mnElementCount( 0 ),
+ mType( aType ),
+ maContainerListeners( *this )
{
}
diff --git a/toolkit/inc/toolkit/helper/listenermultiplexer.hxx b/toolkit/inc/toolkit/helper/listenermultiplexer.hxx
index 1afd2c944349..74cc2aa9e203 100644
--- a/toolkit/inc/toolkit/helper/listenermultiplexer.hxx
+++ b/toolkit/inc/toolkit/helper/listenermultiplexer.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: listenermultiplexer.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 12:55:25 $
+ * last change: $Author: hr $ $Date: 2006-06-19 22:57:10 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -125,6 +125,7 @@ protected:
public:
ListenerMultiplexerBase( ::cppu::OWeakObject& rSource );
+ virtual ~ListenerMultiplexerBase();
// ::com::sun::star::uno::XInterface
::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type & rType ) throw(::com::sun::star::uno::RuntimeException);