basebmp/source/bitmapdevice.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 3fd91d1243e80ae1f3f5e66e13bcd71cec82b297 Author: Stephan Bergmann <[email protected]> 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, _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
