summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2014-05-10 14:36:25 +0100
committerCaolán McNamara <caolanm@redhat.com>2014-05-10 21:12:59 +0100
commitcf0eb5f78a70d311ca2e420c2b045da36b3cb042 (patch)
tree3142b2a4eddbd9dafda4d517ef807c0735cd1c2d /sd
parent6f57a7b93467f0da7be4d22020dfe09d9331d00f (diff)
coverity#738826 Uninitialized scalar field
Change-Id: I2d978ca49330e537e19ef19de636fa27b74ff423
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/slideshow/slideshowimpl.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx
index e9dd1f6e749c..f615b8767b96 100644
--- a/sd/source/ui/slideshow/slideshowimpl.cxx
+++ b/sd/source/ui/slideshow/slideshowimpl.cxx
@@ -518,6 +518,7 @@ SlideshowImpl::SlideshowImpl( const Reference< XPresentation2 >& xPresentation,
, mbSlideBorderVisible(false)
, mbSetOnlineSpelling(false)
, mbDisposed(false)
+, mbAutoSaveWasOn(false)
, mbRehearseTimings(false)
, mbDesignMode(false)
, mbIsPaused(false)