diff options
author | Andre Fischer <af@openoffice.org> | 2009-04-23 15:04:41 +0000 |
---|---|---|
committer | Andre Fischer <af@openoffice.org> | 2009-04-23 15:04:41 +0000 |
commit | a186fd309c0e07e1ac61ceaf496f4753f449f8a0 (patch) | |
tree | 110c265cef881001cf5c71bab31ecb74db778678 /slideshow | |
parent | ff3528cf02f3b786b43800b0c0cea59096e80eaf (diff) |
#i96540# Fixed order of event processing when rewinding with fixed time.
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/effectrewinder.cxx | 2 |
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 { |