summaryrefslogtreecommitdiff
path: root/slideshow
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-02-19 16:25:16 +0000
committerCaolán McNamara <caolanm@redhat.com>2014-02-19 16:53:14 +0000
commitaea2c1d59ed38f071ba0965dd3ffe767360cb428 (patch)
tree57f9ebe375c1b2f0ee61c750be950700dce0ce17 /slideshow
parente12a387dc7ea86574a82cdb3325c253bcd28138e (diff)
coverity#738843 Uninitialized scalar field
Change-Id: I3323ceab5eacc02123384dc6bf24a7d565641a12
Diffstat (limited to 'slideshow')
-rw-r--r--slideshow/source/engine/shapes/drawinglayeranimation.cxx3
1 files changed, 3 insertions, 0 deletions
diff --git a/slideshow/source/engine/shapes/drawinglayeranimation.cxx b/slideshow/source/engine/shapes/drawinglayeranimation.cxx
index b5f36fb5ee6f..c1b6b0ed7d8f 100644
--- a/slideshow/source/engine/shapes/drawinglayeranimation.cxx
+++ b/slideshow/source/engine/shapes/drawinglayeranimation.cxx
@@ -746,10 +746,13 @@ ActivityImpl::ActivityImpl(
mpParentDrawShape(pParentDrawShape),
mpListener( new IntrinsicAnimationListener(*this) ),
maTimer(rContext.mrEventQueue.getTimer()),
+ mfRotationAngle(0.0),
mbIsShapeAnimated(false),
mbIsDisposed(false),
mbIsActive(true),
meAnimKind(drawing::TextAnimationKind_NONE),
+ mbVisibleWhenStopped(false),
+ mbVisibleWhenStarted(false),
mnStartTime(0L)
{
// get doctreenode: