diff options
author | Noel Grandin <noel@peralex.com> | 2016-06-27 15:08:50 +0200 |
---|---|---|
committer | Noel Grandin <noelgrandin@gmail.com> | 2016-06-28 11:21:17 +0000 |
commit | 48a8d6d8434908690bc2a51d27f1051bd550c9b0 (patch) | |
tree | 066f8fc9753bdba62f87f205baface6e729857bf /slideshow | |
parent | f7d6f3e4e3fda3cd4936880918e2831246634a3e (diff) |
loplugin:singlevalfields in various
Change-Id: Ia0d8f463a4dba9ec63aa0159441e3e607dd3bf5e
Reviewed-on: https://gerrit.libreoffice.org/26738
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/shapes/drawinglayeranimation.cxx | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/slideshow/source/engine/shapes/drawinglayeranimation.cxx b/slideshow/source/engine/shapes/drawinglayeranimation.cxx index 4b1f03be49b8..3fa51f59062f 100644 --- a/slideshow/source/engine/shapes/drawinglayeranimation.cxx +++ b/slideshow/source/engine/shapes/drawinglayeranimation.cxx @@ -222,9 +222,6 @@ private: // Flag to remember if this is a simple scrolling text bool mbScrollIn; - // start time for this animation - sal_uInt32 mnStartTime; - // The AnimationDirection drawing::TextAnimationDirection meDirection; @@ -421,14 +418,6 @@ void ActivityImpl::ImpForceScrollTextAnimNodes() fOneRelative = 1.0; } - if(mnStartTime) - { - // Start time loop - ScrollTextAnimNode aStartNode( - mnStartTime, 1L, 0.0, 0.0, mnStartTime, false); - maVector.push_back(aStartNode); - } - if(IsVisibleWhenStarted()) { double fRelativeStartValue, fRelativeEndValue,fRelativeDistance; @@ -751,7 +740,6 @@ ActivityImpl::ActivityImpl( meAnimKind(drawing::TextAnimationKind_NONE), mbVisibleWhenStopped(false), mbVisibleWhenStarted(false), - mnStartTime(0L), mnStepWidth(0) { // get doctreenode: |