diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-16 10:16:36 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2018-04-16 14:37:44 +0200 |
commit | 514c81ad1693ed9d356a73b978344490059dda4c (patch) | |
tree | 95f31a1ec134e4b438f39ea206308c516feb63f8 /vcl/source/outdev/mask.cxx | |
parent | f67611b18348caac702f46ebf41007882fa2bef6 (diff) |
rename ImpBitmap methods
to match underlying SalBitmap methods, in preparation for getting rid of
ImpBitmap
Change-Id: I14200ef53b1fdb8c1fa94d7d09319187cdfb3996
Reviewed-on: https://gerrit.libreoffice.org/52949
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'vcl/source/outdev/mask.cxx')
-rw-r--r-- | vcl/source/outdev/mask.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/mask.cxx b/vcl/source/outdev/mask.cxx index 6a5e619ede8e..afc235743ae9 100644 --- a/vcl/source/outdev/mask.cxx +++ b/vcl/source/outdev/mask.cxx @@ -117,7 +117,7 @@ void OutputDevice::DrawDeviceMask( const Bitmap& rMask, const Color& rMaskColor, ImplLogicHeightToDevicePixel(rDestSize.Height())); // we don't want to mirror via coordinates - const BmpMirrorFlags nMirrFlags = AdjustTwoRect( aPosAry, xImpBmp->ImplGetSize() ); + const BmpMirrorFlags nMirrFlags = AdjustTwoRect( aPosAry, xImpBmp->GetSize() ); // check if output is necessary if( aPosAry.mnSrcWidth && aPosAry.mnSrcHeight && aPosAry.mnDestWidth && aPosAry.mnDestHeight ) |