diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-08-10 23:04:54 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-08-10 23:05:50 +0200 |
commit | 0410bbafafb4880c9ab5f399c6c5801a4ce93619 (patch) | |
tree | a2bb5fd58c497ab91ca0487c882f78d2f6d0b7ef /slideshow | |
parent | d7d976c257d4ea8946643e3caff163346da8daa6 (diff) |
Some cppcheck cleaning
Diffstat (limited to 'slideshow')
-rw-r--r-- | slideshow/source/engine/shapes/drawinglayeranimation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/slideshow/source/engine/shapes/drawinglayeranimation.cxx b/slideshow/source/engine/shapes/drawinglayeranimation.cxx index 323f16849123..1adea92a8eab 100644 --- a/slideshow/source/engine/shapes/drawinglayeranimation.cxx +++ b/slideshow/source/engine/shapes/drawinglayeranimation.cxx @@ -591,7 +591,7 @@ sal_uInt32 ActivityImpl::ImpRegisterAgainScrollTextMixerState(sal_uInt32 nTime) sal_uInt32 nRetval(0L); ImpForceScrollTextAnimNodes(); - if(maVector.size()) + if(!maVector.empty()) { sal_uInt32 nRelativeTime; ScrollTextAnimNode* pNode = ImpGetScrollTextAnimNode(nTime, nRelativeTime); |