diff options
author | Rüdiger Timm <rt@openoffice.org> | 2005-10-19 11:24:17 +0000 |
---|---|---|
committer | Rüdiger Timm <rt@openoffice.org> | 2005-10-19 11:24:17 +0000 |
commit | a8a02d13fe01a57beb81fc5e2aefb70c26f0511c (patch) | |
tree | 3e9cd61f0d46df29513159c874ebb327b3806901 /sd/source/ui/animations/SlideTransitionPane.cxx | |
parent | 689c93e933c7f6b7455de742677ad7af94f899c6 (diff) |
INTEGRATION: CWS cov2src (1.9.4); FILE MERGED
2005/10/18 12:38:31 rt 1.9.4.1: #126234# Join MWS COV680 m4 into SRC680
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 ) |