basegfx/source/polygon/b2dtrapezoid.cxx |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

New commits:
commit ccbc067be58fe501d00f8b2e6b4b84f07deb4aea
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Fri Jul 5 21:22:18 2019 +0000
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Sat Jul 6 08:48:13 2019 +0200

    Fix typo
    
    Change-Id: I14ec3a1351ec3fc32f4ead36886a06bb5fd5efe9
    Reviewed-on: https://gerrit.libreoffice.org/75150
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

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();
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to