summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2009-04-23 15:04:41 +0000
committerAndre Fischer <af@openoffice.org>2009-04-23 15:04:41 +0000
commita186fd309c0e07e1ac61ceaf496f4753f449f8a0 (patch)
tree110c265cef881001cf5c71bab31ecb74db778678 /slideshow
parentff3528cf02f3b786b43800b0c0cea59096e80eaf (diff)
#i96540# Fixed order of event processing when rewinding with fixed time.
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/effectrewinder.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/effectrewinder.cxx b/slideshow/source/engine/effectrewinder.cxx
index b7db66774..dfcaa284b 100644
--- a/slideshow/source/engine/effectrewinder.cxx
+++ b/slideshow/source/engine/effectrewinder.cxx
@@ -392,7 +392,7 @@ void EffectRewinder::asynchronousRewind (
nEffectCount,
false,
rSlideRewindFunctor));
- mrEventQueue.addEventForNextRound(mpAsynchronousRewindEvent);
+ mrEventQueue.addEvent(mpAsynchronousRewindEvent);
}
else
{