summaryrefslogtreecommitdiff
path: root/comphelper
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 21:48:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 21:48:36 +0000
commit0180f2876a49cc66176fd81378eff54c3799448a (patch)
tree0a27306caf5a51b481d0ac3a3dadd93992ad3394 /comphelper
parent7bba2ac0a3ea1e97fdfae17af4458466d514e8bf (diff)
INTEGRATION: CWS warnings01 (1.4.80); FILE MERGED
2006/04/07 19:37:25 sb 1.4.80.3: RESYNC: (1.5-1.6); FILE MERGED 2005/09/23 03:17:43 sb 1.4.80.2: RESYNC: (1.4-1.5); FILE MERGED 2005/09/01 13:59:59 sb 1.4.80.1: #i53898# Made code warning-free.
Diffstat (limited to 'comphelper')
-rw-r--r--comphelper/source/misc/listenernotification.cxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/comphelper/source/misc/listenernotification.cxx b/comphelper/source/misc/listenernotification.cxx
index e9b08ae67d17..ee8927725d8f 100644
--- a/comphelper/source/misc/listenernotification.cxx
+++ b/comphelper/source/misc/listenernotification.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: listenernotification.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: vg $ $Date: 2006-03-14 11:40:37 $
+ * last change: $Author: hr $ $Date: 2006-06-19 22:48:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -60,6 +60,8 @@ namespace comphelper
{
}
+ OListenerContainer::~OListenerContainer() {}
+
//--------------------------------------------------------------------
void OListenerContainer::addListener( const Reference< XEventListener >& _rxListener )
{