vcl/headless/svpgdi.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit fbb0221e3d8ebf7c5851a7dd0e516e0461d12235 Author: Andrea Gelmini <[email protected]> AuthorDate: Mon Mar 23 21:03:17 2020 +0100 Commit: Julien Nabet <[email protected]> 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 <[email protected]> Reviewed-by: Julien Nabet <[email protected]> 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 _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
