Kaydet (Commit) 2e76553c authored tarafından Thorsten Behrens's avatar Thorsten Behrens

Fix previous merges to build.

üst 6e26550c
......@@ -1344,8 +1344,8 @@ void StartShowButton::ProcessClick (const model::SharedPageDescriptor& rpDescrip
// StartWithActualPage to make the slide show use the
// specified first page.
const DocumentType eType (mrSlideSorter.GetModel().GetDocument()->GetDocumentType());
const BOOL bSavedState (SD_MOD()->GetSdOptions(eType)->IsStartWithActualPage());
SD_MOD()->GetSdOptions(eType)->SetStartWithActualPage(FALSE);
const sal_Bool bSavedState (SD_MOD()->GetSdOptions(eType)->IsStartWithActualPage());
SD_MOD()->GetSdOptions(eType)->SetStartWithActualPage(sal_False);
xPresentation->startWithArguments(aProperties);
......
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