diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2016-01-18 15:23:41 +0100 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2016-01-18 15:23:41 +0100 |
commit | 3fd91d1243e80ae1f3f5e66e13bcd71cec82b297 (patch) | |
tree | 7716236d9e72587ac660b0f2fb276ce6a52c309e /basebmp | |
parent | 2ae21eda077ae1ba57d9a564b6ce42a1633090a6 (diff) |
loplugin:staticmethods
Change-Id: If3fb50392f5a5af11e8b3afdc3f00a53f26ca2d1
Diffstat (limited to 'basebmp')
-rw-r--r-- | basebmp/source/bitmapdevice.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basebmp/source/bitmapdevice.cxx b/basebmp/source/bitmapdevice.cxx index 3ab26529e5ee..1e70d1383670 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, |