INTEGRATION: CWS draw18 (1.2.82); FILE MERGED

2003/06/17 11:08:59 thb 1.2.82.1: #109864# Made the tracking of new paragrapgs with the accessibility tools' locator finally possible
This commit is contained in:
Vladimir Glazounov
2003-06-24 06:39:24 +00:00
parent 1a1c95649d
commit 0cee892bc0

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleTextEventQueue.hxx,v $
*
* $Revision: 1.2 $
* $Revision: 1.3 $
*
* last change: $Author: vg $ $Date: 2003-04-24 16:55:58 $
* last change: $Author: vg $ $Date: 2003-06-24 07:39:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -123,7 +123,8 @@ namespace accessibility
*/
template < typename Functor > void ForEach( Functor& rFunctor ) const
{
::std::for_each( maEventQueue.begin(), maEventQueue.end(), rFunctor );
// #109864# Make sure results are put back into rFunctor
rFunctor = ::std::for_each( maEventQueue.begin(), maEventQueue.end(), rFunctor );
}
/// Query whether queue is empty