loplugin:defaultparams

Change-Id: If4234ce8e13781bcdba84d689e512a24fef007d0
This commit is contained in:
Stephan Bergmann
2015-10-19 17:51:54 +02:00
parent 3b7609446b
commit ba00a4d2af

View File

@@ -2306,7 +2306,7 @@ void VCLXWindow::draw( sal_Int32 nX, sal_Int32 nY ) throw(::com::sun::star::uno:
pWindow->SetPosPixel( aOldPos );
if ( bWasVisible )
pWindow->Show( true );
pWindow->Show();
}
}
else if ( pDev )