Kaydet (Commit) 472285e7 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

StartPresentationMode nFlags takes PRESENTATION_* values

Change-Id: Ib922ebf1e547ff4d02c4fbaac6e6a81313a036ec
üst 323d10c7
......@@ -718,7 +718,7 @@ void SAL_CALL SlideShow::end() throw(RuntimeException)
WorkWindow* pWorkWindow = dynamic_cast<WorkWindow*>(pShell->GetViewFrame()->GetTopFrame().GetWindow().GetParent());
if( pWorkWindow )
{
pWorkWindow->StartPresentationMode( sal_False, isAlwaysOnTop() );
pWorkWindow->StartPresentationMode( sal_False, isAlwaysOnTop() ? PRESENTATION_HIDEALLAPPS : 0 );
}
}
}
......
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