loplugin:bodynotinblock, loplugin:literaltoboolconversion
Change-Id: I6773a4947900a6b58b556c3bac61cac784562d81
This commit is contained in:
parent
9d6c36dee3
commit
ddcd150760
@ -405,12 +405,12 @@ bool OGLTransitionerImpl::initWindowFromSlideShowView( const Reference< presenta
|
|||||||
|
|
||||||
if( pWindow )
|
if( pWindow )
|
||||||
{
|
{
|
||||||
pWindow->SetMouseTransparent( sal_True );
|
pWindow->SetMouseTransparent( true );
|
||||||
pWindow->SetParentClipMode( PARENTCLIPMODE_NOCLIP );
|
pWindow->SetParentClipMode( PARENTCLIPMODE_NOCLIP );
|
||||||
pWindow->EnableEraseBackground( sal_False );
|
pWindow->EnableEraseBackground( false );
|
||||||
pWindow->SetControlForeground();
|
pWindow->SetControlForeground();
|
||||||
pWindow->SetControlBackground();
|
pWindow->SetControlBackground();
|
||||||
pWindow->EnablePaint(sal_False);
|
pWindow->EnablePaint(false);
|
||||||
pWindow->SetPosSizePixel(pPWindow->GetPosPixel(),pPWindow->GetSizePixel());
|
pWindow->SetPosSizePixel(pPWindow->GetPosPixel(),pPWindow->GetSizePixel());
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user