loplugin:bodynotinblock, loplugin:literaltoboolconversion

Change-Id: I6773a4947900a6b58b556c3bac61cac784562d81
This commit is contained in:
Stephan Bergmann 2014-02-25 15:17:26 +01:00
parent 9d6c36dee3
commit ddcd150760
2 changed files with 12 additions and 12 deletions

View File

@ -405,12 +405,12 @@ bool OGLTransitionerImpl::initWindowFromSlideShowView( const Reference< presenta
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);
pWindow->SetPosSizePixel(pPWindow->GetPosPixel(),pPWindow->GetSizePixel());
}