diff options
Diffstat (limited to 'include/vcl/outdev.hxx')
-rw-r--r-- | include/vcl/outdev.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/vcl/outdev.hxx b/include/vcl/outdev.hxx index 04b18776ab07..0c185253e461 100644 --- a/include/vcl/outdev.hxx +++ b/include/vcl/outdev.hxx @@ -1360,7 +1360,7 @@ private: const Size& rSrcSizePixel ); SAL_DLLPRIVATE Bitmap BlendBitmap( - Bitmap aBmp, + Bitmap& aBmp, BitmapReadAccess* pP, BitmapReadAccess* pA, const sal_Int32 nOffY, @@ -1375,7 +1375,7 @@ private: const long* pMapY ); SAL_DLLPRIVATE Bitmap BlendBitmapWithAlpha( - Bitmap aBmp, + Bitmap& aBmp, BitmapReadAccess* pP, BitmapReadAccess* pA, const Rectangle& aDstRect, |