loplugin:defaultparams
Change-Id: Ie1ae7247ddbdb6cd2390e173ba91b269e7be1195
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user