diff options
Diffstat (limited to 'sd/source/core/drawdoc.cxx')
-rw-r--r-- | sd/source/core/drawdoc.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sd/source/core/drawdoc.cxx b/sd/source/core/drawdoc.cxx index 58c8a404b144..1ff77f1283c3 100644 --- a/sd/source/core/drawdoc.cxx +++ b/sd/source/core/drawdoc.cxx @@ -105,7 +105,7 @@ PresentationSettings::PresentationSettings() mbAlwaysOnTop( false ), mbFullScreen( true ), mbAnimationAllowed( true ), - mnPauseTimeout( 10 ), + mnPauseTimeout( 0 ), mbShowPauseLogo( false ) { } |