[Libreoffice-commits] core.git: include/basegfx
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Fri Feb 14 22:30:28 UTC 2020
include/basegfx/polygon/b2dpolygontools.hxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit f164ceaed1edc631a14afe128d3623cdac1a1197
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Fri Feb 14 22:34:34 2020 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Fri Feb 14 23:29:54 2020 +0100
Fix typo
Change-Id: I314345471928d61b11cc88858f84146534c74d9a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88746
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
diff --git a/include/basegfx/polygon/b2dpolygontools.hxx b/include/basegfx/polygon/b2dpolygontools.hxx
index 90001bae7131..e1eb4c044dbb 100644
--- a/include/basegfx/polygon/b2dpolygontools.hxx
+++ b/include/basegfx/polygon/b2dpolygontools.hxx
@@ -198,7 +198,7 @@ namespace basegfx
this internally to guarantee the same algorithm is used)
it is not needed to accumulate a potentially huge number
of polygons in the result-polyPolygons, but e.g. consume
- them directly in the caller. Example is renderinmg a
+ them directly in the caller. Example is rendering a
dashed line but without creating the potentially huge amount
of polygons.
The 2nd version will also merge first/last line/gap snippets
More information about the Libreoffice-commits
mailing list