[Libreoffice-commits] core.git: vcl/workben

Stephan Bergmann sbergman at redhat.com
Fri Apr 15 13:26:14 UTC 2016


 vcl/workben/outdevgrind.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2e6a05d6da0ae33a456b1ca40677df56611e779c
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Fri Apr 15 15:25:47 2016 +0200

    loplugin:defaultparams
    
    Change-Id: Ie1ae7247ddbdb6cd2390e173ba91b269e7be1195

diff --git a/vcl/workben/outdevgrind.cxx b/vcl/workben/outdevgrind.cxx
index 348bce4..11b3125 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,


More information about the Libreoffice-commits mailing list