summaryrefslogtreecommitdiff
path: root/sd
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2011-11-29 17:56:48 +0100
committerThorsten Behrens <tbehrens@suse.com>2011-11-29 17:57:33 +0100
commit2e76553c7cfbcb08146e1b66129536192df4f2e1 (patch)
tree9f31c94bb5fa9df2e17ffa87067fcf63d4848029 /sd
parent6e26550c8262b416dfd38df082f9fbf340c57516 (diff)
Fix previous merges to build.
Diffstat (limited to 'sd')
-rw-r--r--sd/source/ui/slidesorter/view/SlsButtonBar.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sd/source/ui/slidesorter/view/SlsButtonBar.cxx b/sd/source/ui/slidesorter/view/SlsButtonBar.cxx
index 5ecdad5a6d73..d2fa7c775982 100644
--- a/sd/source/ui/slidesorter/view/SlsButtonBar.cxx
+++ b/sd/source/ui/slidesorter/view/SlsButtonBar.cxx
@@ -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);