| commit | f7ffda6d14ac67a37cb61ef0fff4ceef88632c3e | [log] |
|---|---|---|
| author | Andrea Gelmini <andrea.gelmini@gelma.net> | Wed Apr 15 20:30:25 2020 +0200 |
| committer | Andras Timar <andras.timar@collabora.com> | Wed Apr 15 23:21:17 2020 +0200 |
| tree | a32e320caea5cc7134f4103db8344bb640151cf9 | |
| parent | df619066c1c20d757cb6d2a5b29a566787b9173f [diff] |
Fix typo Change-Id: I9ca8ee1e281c6c3f73b004eae11dd49c3b4e5861 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92319 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.timar@collabora.com>
diff --git a/vcl/source/outdev/bitmap.cxx b/vcl/source/outdev/bitmap.cxx index 79d26bf..99a2c9b 100644 --- a/vcl/source/outdev/bitmap.cxx +++ b/vcl/source/outdev/bitmap.cxx
@@ -523,7 +523,7 @@ void OutputDevice::DrawDeviceBitmap( const Point& rDestPt, const Size& rDestSize if (bTryDirectPaint && mpGraphics->DrawAlphaBitmap(aPosAry, *pSalSrcBmp, *xMaskBmp, this)) { // tried to paint as alpha directly. If tis worked, we are done (except // tried to paint as alpha directly. If this worked, we are done (except // alpha, see below) } else