loplugin:defaultparams

Change-Id: Ie1ae7247ddbdb6cd2390e173ba91b269e7be1195
This commit is contained in:
Stephan Bergmann
2016-04-15 15:25:47 +02:00
parent a8ba4a1462
commit 2e6a05d6da

View File

@@ -270,7 +270,7 @@ void setupMethodStubs( functor_vector_type& res )
*/
add(res,
"CopyArea",
[&] (OutputDevice * pDev) { return pDev->CopyArea(aPt1, aPt3, aRect2.GetSize(), false); } );
[&] (OutputDevice * pDev) { return pDev->CopyArea(aPt1, aPt3, aRect2.GetSize()); } );
#ifdef NEEDS_QUALIY_PARAMTER
/* void DrawBitmap( const Point& rDestPt,