diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-04-15 20:30:25 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2020-04-15 23:21:17 +0200 |
commit | f7ffda6d14ac67a37cb61ef0fff4ceef88632c3e (patch) | |
tree | a32e320caea5cc7134f4103db8344bb640151cf9 /vcl | |
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>
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/outdev/bitmap.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/outdev/bitmap.cxx b/vcl/source/outdev/bitmap.cxx index 79d26bfe3217..99a2c9bcfde7 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 |