From f164ceaed1edc631a14afe128d3623cdac1a1197 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 14 Feb 2020 22:34:34 +0100 Subject: Fix typo Change-Id: I314345471928d61b11cc88858f84146534c74d9a Reviewed-on: https://gerrit.libreoffice.org/c/core/+/88746 Tested-by: Julien Nabet Reviewed-by: Julien Nabet --- include/basegfx/polygon/b2dpolygontools.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/basegfx') 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 -- cgit