diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-01 07:30:44 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-04 07:52:50 +0200 |
commit | 21b19a227ab8d87b4450486331adae0732906b0c (patch) | |
tree | 1e9d964c2a9e466e95370b15be73eced64a76406 /basegfx | |
parent | 533d51519c3287134ca177bf3d0e22c1b224039e (diff) |
Fix typo
Change-Id: I455817e1caa35ce61a40b8d473ae9a132677b2f2
Reviewed-on: https://gerrit.libreoffice.org/70230
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/polygon/b2dsvgpolypolygon.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 |