diff options
author | Rüdiger Timm <rt@openoffice.org> | 2006-02-09 13:47:39 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2006-02-09 13:47:39 +0000 |
commit | 06ea7382003de6f542b52ae8411ca9acb3e79d49 (patch) | |
tree | 861c94dd600cc5e2e397e0c376fd4c5fbcf2f827 /slideshow | |
parent | 7a084c86aae3fbeee15ff4e3f3e1ee1ed2f5235a (diff) |
INTEGRATION: CWS thbpp2 (1.6.28); FILE MERGED
2006/01/27 13:56:29 thb 1.6.28.1: #i61190# Activities might add events - thus, can only reliably retrieve next timeout after processing activities queue.
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/activitiesqueue.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/activitiesqueue.cxx b/slideshow/source/engine/activitiesqueue.cxx index a03b6b6af2c6..5d7567f8733c 100644 --- a/slideshow/source/engine/activitiesqueue.cxx +++ b/slideshow/source/engine/activitiesqueue.cxx @@ -4,9 +4,9 @@ * * $RCSfile: activitiesqueue.cxx,v $ * - * $Revision: 1.6 $ + * $Revision: 1.7 $ * - * last change: $Author: rt $ $Date: 2005-09-07 20:22:55 $ + * last change: $Author: rt $ $Date: 2006-02-09 14:47:39 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -226,7 +226,7 @@ namespace presentation ::boost::mem_fn( &Activity::dequeued ) ); } - bool ActivitiesQueue::isEmpty() + bool ActivitiesQueue::isEmpty() const { return maCurrentActivitiesWaiting.empty() && maCurrentActivitiesReinsert.empty(); } |