diff options
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 ); |