summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2015-05-04 20:57:01 +0100
committerCaolán McNamara <caolanm@redhat.com>2015-05-05 08:15:44 +0100
commitf74ac7c486fd8f0a19a2a76b2b2fcbf45a84b4e4 (patch)
tree20dc58920c3d79e9ada267193ecdd764f5627ba2
parenta0791aa295a12439952140a3ac76d42ae2f05886 (diff)
cppcheck: unreadVariable
since Start slideshow with the next visible slide commit 45e4a5ef5347f7e2fe90a0d411e3749f24008c3a Author: Katarina Behrens <bubli@bubli.org> Date: Sat Mar 23 20:32:40 2013 +0100 Change-Id: Ib04aac2b223a38dbf46ee8cea3194e116e435eb6
-rw-r--r--sd/source/ui/slideshow/slideshowimpl.cxx11
1 files changed, 0 insertions, 11 deletions
diff --git a/sd/source/ui/slideshow/slideshowimpl.cxx b/sd/source/ui/slideshow/slideshowimpl.cxx
index 28c4a82524e0..d7c2c6d178bd 100644
--- a/sd/source/ui/slideshow/slideshowimpl.cxx
+++ b/sd/source/ui/slideshow/slideshowimpl.cxx
@@ -941,17 +941,6 @@ bool SlideshowImpl::startShow( PresentationSettingsEx* pPresSettings )
{
maPresSettings.mbAll = false;
}
- else
- {
- bStartWithActualSlide = false;
- }
- }
- }
- else
- {
- if( !pStartPage || pStartPage->GetPageKind() != PK_STANDARD )
- {
- bStartWithActualSlide = false;
}
}