summaryrefslogtreecommitdiff
path: root/forms/source/component
diff options
context:
space:
mode:
authorOliver Bolte <obo@openoffice.org>2005-12-21 12:22:29 +0000
committerOliver Bolte <obo@openoffice.org>2005-12-21 12:22:29 +0000
commitaea0c75bc38e82e1f4f60c75477f92d819fbfc02 (patch)
tree7e348cf3609ba41f660b6b103c6c241c3e96d3a3 /forms/source/component
parenta4693700dbda4a5a7c116bcebfb7f06eb27af53a (diff)
INTEGRATION: CWS dba202a (1.40.30); FILE MERGED
2005/11/25 13:42:21 fs 1.40.30.1: comphelper::OReusableGuard -> osl::ResettableMutexGuard / NOTIFY_LISTENERS replaced by ListenerContainer::forEach/notifyEach
Diffstat (limited to 'forms/source/component')
-rw-r--r--forms/source/component/ListBox.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/forms/source/component/ListBox.cxx b/forms/source/component/ListBox.cxx
index 24980f0d49e3..7a383e172c4d 100644
--- a/forms/source/component/ListBox.cxx
+++ b/forms/source/component/ListBox.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: ListBox.cxx,v $
*
- * $Revision: 1.40 $
+ * $Revision: 1.41 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 22:45:04 $
+ * last change: $Author: obo $ $Date: 2005-12-21 13:22:29 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -372,7 +372,7 @@ namespace frm
}
EventObject aEvt(static_cast< XWeak*>(this));
- NOTIFY_LISTENERS(m_aRefreshListeners, XRefreshListener, refreshed, aEvt);
+ m_aRefreshListeners.notifyEach( &XRefreshListener::refreshed, aEvt );
}
//------------------------------------------------------------------------------