diff options
Diffstat (limited to 'sd/source/ui/animations/SlideTransitionPane.cxx')
-rw-r--r-- | sd/source/ui/animations/SlideTransitionPane.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sd/source/ui/animations/SlideTransitionPane.cxx b/sd/source/ui/animations/SlideTransitionPane.cxx index 044afa1dd2a4..dfedb1c8bd63 100644 --- a/sd/source/ui/animations/SlideTransitionPane.cxx +++ b/sd/source/ui/animations/SlideTransitionPane.cxx @@ -4,9 +4,9 @@ * * $RCSfile: SlideTransitionPane.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: obo $ $Date: 2005-10-11 08:16:38 $ + * last change: $Author: rt $ $Date: 2005-10-19 12:24:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -853,7 +853,7 @@ void SlideTransitionPane::updateControls() maLB_SPEED.SelectEntryPos( (aEffect.mfDuration > 2.0 ) ? 0 : (aEffect.mfDuration < 2.0) - ? 1 : 2 ); // else FADE_SPEED_FAST + ? 2 : 1 ); // else FADE_SPEED_FAST if( aEffect.mbSoundOnAmbiguous || aEffect.mbSoundAmbiguous ) |