summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/usereventqueue.cxx
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2006-07-26 06:27:41 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2006-07-26 06:27:41 +0000
commitb8db5662022a1e2ec874e6d8e4de8af77221ac41 (patch)
tree1f01d4ab7769fce30162ec4ac986751d4f1d0b2c /slideshow/source/engine/usereventqueue.cxx
parent82a7e0e548f113b648cb0c0678c7332635727373 (diff)
INTEGRATION: CWS presfixes10 (1.6.6); FILE MERGED
2006/07/17 16:38:35 dbo 1.6.6.1: #i45197# dont run into busy loop when event queue is forced empty
Diffstat (limited to 'slideshow/source/engine/usereventqueue.cxx')
-rw-r--r--slideshow/source/engine/usereventqueue.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/usereventqueue.cxx b/slideshow/source/engine/usereventqueue.cxx
index 592b9d029871..bb2c2ce94050 100644
--- a/slideshow/source/engine/usereventqueue.cxx
+++ b/slideshow/source/engine/usereventqueue.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: usereventqueue.cxx,v $
*
- * $Revision: 1.6 $
+ * $Revision: 1.7 $
*
- * last change: $Author: obo $ $Date: 2005-10-11 08:36:36 $
+ * last change: $Author: rt $ $Date: 2006-07-26 07:27:41 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -331,7 +331,7 @@ private:
// (we don't run into busy loop), because we assume that
// someone has registerered above for next effects
// (multiplexer prio=0) at the user event queue.
- return mrEventQueue.addEvent(
+ return mrEventQueue.addEventForNextRound(
makeEvent( boost::bind(
&EventMultiplexer::notifyNextEffect,
boost::ref(mrEventMultiplexer) ) ) );