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

New commits:
commit 2e6a05d6da0ae33a456b1ca40677df56611e779c
Author: Stephan Bergmann <[email protected]>
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,
_______________________________________________
Libreoffice-commits mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to