From 17f9aa97f8753b895db30e8080481f5f6d696b82 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Tue, 10 Sep 2019 10:37:56 +0200 Subject: Fix typos Change-Id: I4671d0f13e67b1272fd7c24bb6a2a7679c75f20b Reviewed-on: https://gerrit.libreoffice.org/78797 Tested-by: Jenkins Reviewed-by: Julien Nabet --- drawinglayer/source/processor2d/vclmetafileprocessor2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drawinglayer') 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) -- cgit