diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2006-03-14 10:40:37 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2006-03-14 10:40:37 +0000 |
commit | c37c18d88f4e81d5a39d703d771e961ad34187f0 (patch) | |
tree | 6e5cd68f65576cde87284cf2813c7531ac123b6a /comphelper | |
parent | c34d9eeb2ed745cb8d08f225a14e5f3d6aa68ae3 (diff) |
INTEGRATION: CWS pbrwuno (1.5.12); FILE MERGED
2005/10/19 07:46:47 fs 1.5.12.1: #i53095# +clear
Diffstat (limited to 'comphelper')
-rw-r--r-- | comphelper/source/misc/listenernotification.cxx | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/comphelper/source/misc/listenernotification.cxx b/comphelper/source/misc/listenernotification.cxx index c7146d26bf8a..e9b08ae67d17 100644 --- a/comphelper/source/misc/listenernotification.cxx +++ b/comphelper/source/misc/listenernotification.cxx @@ -4,9 +4,9 @@ * * $RCSfile: listenernotification.cxx,v $ * - * $Revision: 1.5 $ + * $Revision: 1.6 $ * - * last change: $Author: rt $ $Date: 2005-09-08 02:50:23 $ + * last change: $Author: vg $ $Date: 2006-03-14 11:40:37 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -90,6 +90,12 @@ namespace comphelper } //-------------------------------------------------------------------- + void OListenerContainer::clear() + { + m_aListeners.clear(); + } + + //-------------------------------------------------------------------- bool OListenerContainer::notify( const EventObject& _rEvent ) SAL_THROW(( Exception )) { ::cppu::OInterfaceIteratorHelper aIter( m_aListeners ); |