drawinglayer/source/tools/emfppath.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit aaf0621bb794c6e5c886e3badca581a78a5fb0a4
Author:     Andrea Gelmini <andrea.gelm...@gelma.net>
AuthorDate: Mon Jan 6 19:58:31 2020 +0100
Commit:     Julien Nabet <serval2...@yahoo.fr>
CommitDate: Tue Jan 7 16:23:49 2020 +0100

    Fix typo
    
    Change-Id: I9646220221d3efe7bcd99253245a1044dbed7d40
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86299
    Tested-by: Jenkins
    Reviewed-by: Julien Nabet <serval2...@yahoo.fr>

diff --git a/drawinglayer/source/tools/emfppath.cxx 
b/drawinglayer/source/tools/emfppath.cxx
index 0c1baa3d2634..5a40395e0f99 100644
--- a/drawinglayer/source/tools/emfppath.cxx
+++ b/drawinglayer/source/tools/emfppath.cxx
@@ -27,7 +27,7 @@ namespace
 {
     const unsigned char nTopBitInt7 = 0x80;
     const unsigned char nSignBitInt7 = 0x40;
-    // include the sign bit so if its negative we get
+    // include the sign bit so if it's negative we get
     // that "missing" bit pre-set to 1
     const unsigned char nValueMaskInt7 = 0x7F;
 }
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to