diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-07-05 21:22:18 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-07-06 08:48:13 +0200 |
commit | ccbc067be58fe501d00f8b2e6b4b84f07deb4aea (patch) | |
tree | b21ad265be6f09fef1db36e0d8dce45d52d79b78 | |
parent | 5df24338cf5770410c6e15e751a9ac72aee6281b (diff) |
Fix typo
Change-Id: I14ec3a1351ec3fc32f4ead36886a06bb5fd5efe9
Reviewed-on: https://gerrit.libreoffice.org/75150
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
-rw-r--r-- | basegfx/source/polygon/b2dtrapezoid.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/basegfx/source/polygon/b2dtrapezoid.cxx b/basegfx/source/polygon/b2dtrapezoid.cxx index 264105a49710..12877ef4b153 100644 --- a/basegfx/source/polygon/b2dtrapezoid.cxx +++ b/basegfx/source/polygon/b2dtrapezoid.cxx @@ -631,7 +631,7 @@ namespace basegfx { // Should not happen: No 2nd edge; consume the single edge // to not have an endless loop and start next. During development - // i constantly had breakpoints here, so i am sure enough to add an + // i constantly had breakpoints here, so I am sure enough to add an // assertion here OSL_FAIL("Trapezoid decomposer in illegal state (!)"); maTrDeEdgeEntries.pop_front(); @@ -645,7 +645,7 @@ namespace basegfx { // Should not happen: We have a 2nd edge, but YStart is on another // line; consume the single edge to not have an endless loop and start - // next. During development i constantly had breakpoints here, so i am + // next. During development i constantly had breakpoints here, so I am // sure enough to add an assertion here OSL_FAIL("Trapezoid decomposer in illegal state (!)"); maTrDeEdgeEntries.pop_front(); |