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

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Wed Nov 27 15:26:59 UTC 2019


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

New commits:
commit ec9e1c5fed8cc545b0a7bf7d3a9cb0f8b2f3b2d2
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Wed Nov 27 14:41:37 2019 +0100
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Wed Nov 27 16:25:19 2019 +0100

    Fix typo
    
    Change-Id: I738ff9206c46559cf634ed072652e7cdc73bf806
    Reviewed-on: https://gerrit.libreoffice.org/83911
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

diff --git a/vcl/skia/gdiimpl.cxx b/vcl/skia/gdiimpl.cxx
index 78b1396f9460..928015ac5c14 100644
--- a/vcl/skia/gdiimpl.cxx
+++ b/vcl/skia/gdiimpl.cxx
@@ -898,7 +898,7 @@ void SkiaSalGraphicsImpl::invert(basegfx::B2DPolygon const& rPoly, SalInvert eFl
         addPolygonToPath(rPoly, aPath);
         aPath.setFillType(SkPath::kEvenOdd_FillType);
         // TrackFrame is not supposed to paint outside of the polygon (usually rectangle),
-        // but wider stoke width usually results in that, so ensure the requirement
+        // but wider stroke width usually results in that, so ensure the requirement
         // by clipping.
         SkAutoCanvasRestore autoRestore(mSurface->getCanvas(), true);
         mSurface->getCanvas()->clipRect(aPath.getBounds(), SkClipOp::kIntersect, false);


More information about the Libreoffice-commits mailing list