[Libreoffice-commits] core.git: vcl/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Apr 15 21:21:54 UTC 2020


 vcl/source/outdev/bitmap.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f7ffda6d14ac67a37cb61ef0fff4ceef88632c3e
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Apr 15 20:30:25 2020 +0200
Commit:     Andras Timar <andras.timar at 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.timar at 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


More information about the Libreoffice-commits mailing list