diff options
author | Oliver Bolte <obo@openoffice.org> | 2008-10-10 13:02:43 +0000 |
---|---|---|
committer | Oliver Bolte <obo@openoffice.org> | 2008-10-10 13:02:43 +0000 |
commit | 38085535046ab7f4c4ebcbd09b05798230cd1950 (patch) | |
tree | 7a0fd9b08e1c4c53347d1e91a535d2c615ba1981 /slideshow | |
parent | c4560e710af123d8cb78297b68a1fe700e6f36bd (diff) |
CWS-TOOLING: integrate CWS cmcfixes49
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/shapes/drawinglayeranimation.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/slideshow/source/engine/shapes/drawinglayeranimation.cxx b/slideshow/source/engine/shapes/drawinglayeranimation.cxx index c009de62902f..3f1f6109e3f4 100644 --- a/slideshow/source/engine/shapes/drawinglayeranimation.cxx +++ b/slideshow/source/engine/shapes/drawinglayeranimation.cxx @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: drawinglayeranimation.cxx,v $ - * $Revision: 1.5 $ + * $Revision: 1.5.10.1 $ * * This file is part of OpenOffice.org. * @@ -819,7 +819,7 @@ ActivityImpl::ActivityImpl( mbScrollIn = (meAnimKind == drawing::TextAnimationKind_SLIDE); // adopted from in AInfoBlinkText::ImplInit(): - sal_Int16 nRepeat; + sal_Int16 nRepeat(0); getPropertyValue( nRepeat, xProps, OUSTR("TextAnimationCount") ); mnRepeat = nRepeat; @@ -844,7 +844,7 @@ ActivityImpl::ActivityImpl( mfRotationAngle /= -100.0; // (switching direction) // set frequency - sal_Int16 nDelay; + sal_Int16 nDelay(0); getPropertyValue( nDelay, xProps, OUSTR("TextAnimationDelay") ); // set delay if not automatic mnFrequency = (nDelay ? nDelay : |