[Libreoffice-commits] core.git: drawinglayer/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Tue Jan 7 15:24:25 UTC 2020


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

New commits:
commit aaf0621bb794c6e5c886e3badca581a78a5fb0a4
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Mon Jan 6 19:58:31 2020 +0100
Commit:     Julien Nabet <serval2412 at 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 <serval2412 at 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;
 }


More information about the Libreoffice-commits mailing list