summaryrefslogtreecommitdiff
path: root/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx')
-rw-r--r--slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
index c5d086e13e7f..0e991645fda4 100644
--- a/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
+++ b/slideshow/source/engine/OGLTrans/generic/OGLTrans_TransitionerImpl.cxx
@@ -428,7 +428,7 @@ lcl_createSystemWindow(
winData.nSize = sizeof(winData);
SAL_INFO("slideshow.opengl", "using VisualID " << pXVisual->visualid);
winData.pVisual = (void*)(pXVisual->visual);
- SystemChildWindow* pWindow = new SystemChildWindow(pParentWindow, 0, &winData, sal_False);
+ SystemChildWindow* pWindow = new SystemChildWindow(pParentWindow, 0, &winData, false);
SystemEnvData const* const pChildSysData = pWindow->GetSystemData();
if( !pChildSysData ) {
delete pWindow, pWindow=NULL;
@@ -615,12 +615,12 @@ bool OGLTransitionerImpl::createWindow( Window* pPWindow )
if( pWindow )
{
- pWindow->SetMouseTransparent( sal_True );
+ pWindow->SetMouseTransparent( true );
pWindow->SetParentClipMode( PARENTCLIPMODE_NOCLIP );
- pWindow->EnableEraseBackground( sal_False );
+ pWindow->EnableEraseBackground( false );
pWindow->SetControlForeground();
pWindow->SetControlBackground();
- pWindow->EnablePaint(sal_False);
+ pWindow->EnablePaint(false);
#if defined( _WIN32 )
GLWin.hWnd = sysData->hWnd;
#elif defined( UNX )