summaryrefslogtreecommitdiff
path: root/include/drawinglayer
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-06-30 22:26:03 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-07-05 23:03:54 +0200
commit02edd6b97e15239220594de69fa93e0f875bb4cf (patch)
tree790e80225788b31feab7e9ac524fb14f83d7cf3e /include/drawinglayer
parente011bf1c751833fa4702ee90dee77b6473ebdaf6 (diff)
Fix typo
Change-Id: I6b761a20bfe06936aa6872320caff42b044c84e3 Reviewed-on: https://gerrit.libreoffice.org/75125 Tested-by: Jenkins Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'include/drawinglayer')
-rw-r--r--include/drawinglayer/primitive2d/cropprimitive2d.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/drawinglayer/primitive2d/cropprimitive2d.hxx b/include/drawinglayer/primitive2d/cropprimitive2d.hxx
index cf1dcaca04a9..ee5871e8a52c 100644
--- a/include/drawinglayer/primitive2d/cropprimitive2d.hxx
+++ b/include/drawinglayer/primitive2d/cropprimitive2d.hxx
@@ -41,7 +41,7 @@ namespace drawinglayer
to get to the uncropped original content.
Thus a transformation has to be calculated which will be applied
- to the already exsisting content to get it to the uncropped state
+ to the already existing content to get it to the uncropped state
and then this is masked with the current state (mask polygon
created from unit polygon and maTransformation).