From 6cde7647c94b896eafbb9d79e2e7c4f0a86a465c Mon Sep 17 00:00:00 2001 From: Thomas Arnhold Date: Thu, 10 Apr 2014 10:34:23 +0200 Subject: typo: implicitely -> implicitly --- drawinglayer/source/primitive2d/metafileprimitive2d.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drawinglayer') diff --git a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx index 3bf489f9165c..ab098adec856 100644 --- a/drawinglayer/source/primitive2d/metafileprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/metafileprimitive2d.cxx @@ -2311,7 +2311,7 @@ namespace } // #i112300# clip against polygon representing the rectangle from - // the action. This is implicitely done using a temp Clipping in VCL + // the action. This is implicitly done using a temp Clipping in VCL // when a MetaGradientAction is executed aOutline.transform(rPropertyHolders.Current().getTransformation()); rTargetHolders.Current().append( -- cgit