From 21b19a227ab8d87b4450486331adae0732906b0c Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 1 Apr 2019 07:30:44 +0000 Subject: [PATCH] Fix typo Change-Id: I455817e1caa35ce61a40b8d473ae9a132677b2f2 Reviewed-on: https://gerrit.libreoffice.org/70230 Tested-by: Jenkins Reviewed-by: Julien Nabet --- basegfx/source/polygon/b2dsvgpolypolygon.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basegfx/source/polygon/b2dsvgpolypolygon.cxx b/basegfx/source/polygon/b2dsvgpolypolygon.cxx index 2936c9f54ac2..43ad5ee95596 100644 --- a/basegfx/source/polygon/b2dsvgpolypolygon.cxx +++ b/basegfx/source/polygon/b2dsvgpolypolygon.cxx @@ -785,7 +785,7 @@ namespace basegfx // says for interpretation: // "(If there is no previous command or if the previous command was - // not an C, c, S or s, assume the first control point is coincident + // not a C, c, S or s, assume the first control point is coincident // with the current point.)" // That's what is done from our import, so avoid exporting it as first statement