diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-09-10 10:37:56 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-09-10 11:58:13 +0200 |
commit | 17f9aa97f8753b895db30e8080481f5f6d696b82 (patch) | |
tree | 42be86b7172cecb7986e13ce53c905c4a563894a /drawinglayer | |
parent | fce010450534e6992345f5df7b9d9665befb7c6e (diff) |
Fix typos
Change-Id: I4671d0f13e67b1272fd7c24bb6a2a7679c75f20b
Reviewed-on: https://gerrit.libreoffice.org/78797
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx index 4c6c595d9349..05e373ebbc26 100644 --- a/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx +++ b/drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx @@ -76,7 +76,7 @@ using namespace com::sun::star; // #112245# definition for maximum allowed point count due to Metafile target. -// To be on the safe side with the old tools polygon, use slightly less then +// To be on the safe side with the old tools polygon, use slightly less than // the theoretical maximum (bad experiences with tools polygon) #define MAX_POLYGON_POINT_COUNT_METAFILE (0x0000fff0) |