diff options
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) |