Tag: cws_src680_dba24c User: fs Date: 2007-09-16 21:13:08+0000 Modified: dba/dbaccess/source/core/api/tablecontainer.cxx
Log: use notifyEach File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: tablecontainer.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/tablecontainer.cxx?r1=1.64&r2=1.64.130.1 Delta lines: +4 -6 ------------------- --- tablecontainer.cxx 2006-10-18 13:27:52+0000 1.64 +++ tablecontainer.cxx 2007-09-16 21:13:06+0000 1.64.130.1 @@ -4,9 +4,9 @@ * * $RCSfile: tablecontainer.cxx,v $ * - * $Revision: 1.64 $ + * $Revision: 1.64.130.1 $ * - * last change: $Author: ihi $ $Date: 2006/10/18 13:27:52 $ + * last change: $Author: fs $ $Date: 2007/09/16 21:13:06 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -546,9 +546,7 @@ insertElement(sName,xName); // and notify our listeners ContainerEvent aEvent(static_cast<XContainer*>(this), makeAny(sName), makeAny(xName), Any()); - OInterfaceIteratorHelper aListenerLoop(m_aContainerListeners); - while (aListenerLoop.hasMoreElements()) - static_cast<XContainerListener*>(aListenerLoop.next())->elementInserted(aEvent); + m_aContainerListeners.notifyEach( &XContainerListener::elementInserted, aEvent ); } } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
