diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-03-31 18:19:40 +0000 |
---|---|---|
committer | Jens Carl <j.carl43@gmx.de> | 2019-04-01 01:51:23 +0200 |
commit | d31d77b7199ecc9a7edc899d9703e9da52d5cbd1 (patch) | |
tree | 03b43e1664ca276a4518edfe057d6ac6b52e0981 /basegfx | |
parent | 85456fae54029edd26df2277a9eec5e2fe3d9739 (diff) |
Fix typo
Change-Id: Ib38d3dd25f15ce403ee9ff461a94331a4a7c24ac
Reviewed-on: https://gerrit.libreoffice.org/70019
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
Diffstat (limited to 'basegfx')
-rw-r--r-- | basegfx/source/polygon/b2dpolypolygoncutter.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/basegfx/source/polygon/b2dpolypolygoncutter.cxx b/basegfx/source/polygon/b2dpolypolygoncutter.cxx index 1388a10f360e..beb0136912fd 100644 --- a/basegfx/source/polygon/b2dpolypolygoncutter.cxx +++ b/basegfx/source/polygon/b2dpolypolygoncutter.cxx @@ -59,7 +59,7 @@ namespace basegfx // to have the correct curve segments in the crossover checks, // it is necessary to keep the original next vectors, too. Else, - // it may happen to use a already switched next vector which + // it may happen to use an already switched next vector which // would interpolate the wrong comparison point B2DVector maOriginalNext; }; |