diff options
author | Cao Cuong Ngo <cao.cuong.ngo@gmail.com> | 2013-04-02 18:37:00 +0200 |
---|---|---|
committer | Thorsten Behrens <tbehrens@suse.com> | 2013-04-05 13:05:42 +0200 |
commit | 2c82e5d304b56c1dd95d0f3dcafc9a36ce02b5f4 (patch) | |
tree | 4d60d1a686085ae4cfb0a415defdb35402a65db8 /slideshow | |
parent | 21d6c1022aa528836d20ae1b8be9ea1b84bd61aa (diff) |
fdo#59071 Slideshow: allow automatic transitions with sub-second
Enable slide transition each 0.25 second instead of whole second.
Change-Id: I1907a1baf30cede91a0438d021e003204ea06651
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/slideshowimpl.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/slideshowimpl.cxx b/slideshow/source/engine/slideshowimpl.cxx index f64f68136da4..c1d0b2a4a765 100644 --- a/slideshow/source/engine/slideshowimpl.cxx +++ b/slideshow/source/engine/slideshowimpl.cxx @@ -2176,7 +2176,7 @@ void queryAutomaticSlideTransition( uno::Reference<drawing::XDrawPage> const& xD !getPropertyValue( nAutomaticNextSlideTimeout, xPropSet, ::rtl::OUString( - "Duration")) ) + "HighResDuration")) ) { OSL_TRACE( "queryAutomaticSlideTransition(): " |