Kaydet (Commit) f74ac7c4 authored tarafından Caolán McNamara's avatar Caolán McNamara

cppcheck: unreadVariable

since

Start slideshow with the next visible slide

commit 45e4a5ef
Author: Katarina Behrens <bubli@bubli.org>
Date:   Sat Mar 23 20:32:40 2013 +0100

Change-Id: Ib04aac2b223a38dbf46ee8cea3194e116e435eb6
üst a0791aa2
......@@ -941,17 +941,6 @@ bool SlideshowImpl::startShow( PresentationSettingsEx* pPresSettings )
{
maPresSettings.mbAll = false;
}
else
{
bStartWithActualSlide = false;
}
}
}
else
{
if( !pStartPage || pStartPage->GetPageKind() != PK_STANDARD )
{
bStartWithActualSlide = false;
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment