[Libreoffice-commits] core.git: basegfx/source
Julien Nabet
serval2412 at yahoo.fr
Sat May 23 02:06:44 PDT 2015
basegfx/source/polygon/b2dtrapezoid.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 07dd5958fafc6b92503aed82854b4292366d543b
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sat May 23 11:05:41 2015 +0200
Typo: Trapeziod->Trapezoid
Change-Id: Iab575622819e245b1459cba72dc34a9c387d00b6
diff --git a/basegfx/source/polygon/b2dtrapezoid.cxx b/basegfx/source/polygon/b2dtrapezoid.cxx
index 4e544c0..d7168b7 100644
--- a/basegfx/source/polygon/b2dtrapezoid.cxx
+++ b/basegfx/source/polygon/b2dtrapezoid.cxx
@@ -638,7 +638,7 @@ namespace basegfx
// to not have an endless loop and start next. During development
// i constantly had breakpoints here, so i am sure enough to add an
// assertion here
- OSL_FAIL("Trapeziod decomposer in illegal state (!)");
+ OSL_FAIL("Trapezoid decomposer in illegal state (!)");
maTrDeEdgeEntries.pop_front();
continue;
}
@@ -652,7 +652,7 @@ namespace basegfx
// line; 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 assertion here
- OSL_FAIL("Trapeziod decomposer in illegal state (!)");
+ OSL_FAIL("Trapezoid decomposer in illegal state (!)");
maTrDeEdgeEntries.pop_front();
continue;
}
More information about the Libreoffice-commits
mailing list