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

loplugin:bodynotinblock, loplugin:literaltoboolconversion

Change-Id: I6773a4947900a6b58b556c3bac61cac784562d81
üst 9d6c36de
......@@ -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());
}
......
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