loplugin:defaultparams
Change-Id: Ie1ae7247ddbdb6cd2390e173ba91b269e7be1195
diff --git a/vcl/workben/outdevgrind.cxx b/vcl/workben/outdevgrind.cxx
index 348bce4..11b31253 100644
--- a/vcl/workben/outdevgrind.cxx
+++ b/vcl/workben/outdevgrind.cxx
@@ -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,