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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Mar 24 08:25:12 UTC 2020


 vcl/headless/svpgdi.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit fbb0221e3d8ebf7c5851a7dd0e516e0461d12235
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Mar 23 21:03:17 2020 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Tue Mar 24 09:24:31 2020 +0100

    Fix typo
    
    Change-Id: I6fd01def988cf0bb04569f80cad30b96fd868b81
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/90938
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/vcl/headless/svpgdi.cxx b/vcl/headless/svpgdi.cxx
index 4850e3f37fb6..6a5a7a23bfac 100644
--- a/vcl/headless/svpgdi.cxx
+++ b/vcl/headless/svpgdi.cxx
@@ -1183,7 +1183,7 @@ static basegfx::B2DPoint impPixelSnap(
 // Remove bClosePath: Checked that the already used mechanism for Win using
 // Gdiplus already relies on rPolygon.isClosed(), so should be safe to replace
 // this.
-// For PixelSnap we need the ObjectToDevice transformation here now. Tis is a
+// For PixelSnap we need the ObjectToDevice transformation here now. This is a
 // special case relative to the also executed LineDraw-Offset of (0.5, 0.5) in
 // DeviceCoordinates: The LineDraw-Offset is applied *after* the snap, so we
 // need the ObjectToDevice transformation *without* that offset here to do the


More information about the Libreoffice-commits mailing list