diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2020-01-06 19:58:31 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2020-01-07 16:23:49 +0100 |
commit | aaf0621bb794c6e5c886e3badca581a78a5fb0a4 (patch) | |
tree | 2942747208d5192fbcf4bd2dacc1872c21757f34 /drawinglayer | |
parent | c42f4e25cc68fc2feadd3816e732000bda696370 (diff) |
Fix typo
Change-Id: I9646220221d3efe7bcd99253245a1044dbed7d40
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86299
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/tools/emfppath.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |