From e7ea15aef2ac619c153de57cb2bd97ab8dbadf68 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 14 Mar 2014 07:50:04 +0200 Subject: sfx2: sal_Bool->bool Change-Id: Ifd9bc57fd0c6d32796013cb9fca9c935a2f71e54 --- sd/source/ui/slideshow/slideshow.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sd') diff --git a/sd/source/ui/slideshow/slideshow.cxx b/sd/source/ui/slideshow/slideshow.cxx index f59b9b90f740..892fbadddf38 100644 --- a/sd/source/ui/slideshow/slideshow.cxx +++ b/sd/source/ui/slideshow/slideshow.cxx @@ -1263,7 +1263,7 @@ void SlideShow::StartFullscreenPresentation( ) // new view shell--a prerequisite to process slot calls and initialize // its panes--a GrabFocus() has to be called later on. SfxFrame* pNewFrame = SfxFrame::Create( *mpDoc->GetDocSh(), *pWorkWindow, PRESENTATION_FACTORY_ID, true ); - pNewFrame->SetPresentationMode(sal_True); + pNewFrame->SetPresentationMode(true); mpFullScreenViewShellBase = static_cast(pNewFrame->GetCurrentViewFrame()->GetViewShell()); if(mpFullScreenViewShellBase != NULL) -- cgit