vcl/source/outdev/bitmap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit f7ffda6d14ac67a37cb61ef0fff4ceef88632c3e Author: Andrea Gelmini <andrea.gelm...@gelma.net> AuthorDate: Wed Apr 15 20:30:25 2020 +0200 Commit: Andras Timar <andras.ti...@collabora.com> CommitDate: Wed Apr 15 23:21:17 2020 +0200 Fix typo Change-Id: I9ca8ee1e281c6c3f73b004eae11dd49c3b4e5861 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/92319 Tested-by: Jenkins Reviewed-by: Andras Timar <andras.ti...@collabora.com> 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 _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits