[Libreoffice-commits] core.git: basebmp/source

Stephan Bergmann sbergman at redhat.com
Mon Jan 18 06:24:11 PST 2016


 basebmp/source/bitmapdevice.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 3fd91d1243e80ae1f3f5e66e13bcd71cec82b297
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Mon Jan 18 15:23:41 2016 +0100

    loplugin:staticmethods
    
    Change-Id: If3fb50392f5a5af11e8b3afdc3f00a53f26ca2d1

diff --git a/basebmp/source/bitmapdevice.cxx b/basebmp/source/bitmapdevice.cxx
index 3ab2652..1e70d13 100644
--- a/basebmp/source/bitmapdevice.cxx
+++ b/basebmp/source/bitmapdevice.cxx
@@ -366,7 +366,7 @@ namespace
                 isSharedBuffer(rSrcBitmap) );
         }
 
-        template< typename Iterator, typename Acc >
+        template< typename Iterator, typename Acc > static
         void implDrawBitmapGeneric(const BitmapDeviceSharedPtr& rSrcBitmap,
                                    const basegfx::B2IBox&       rSrcRect,
                                    const basegfx::B2IBox&       rDstRect,


More information about the Libreoffice-commits mailing list