diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-12-19 09:43:23 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-12-19 10:25:03 +0100 |
commit | fc1dcd2d6fc03b76013a2854da22f0c26ac58f0c (patch) | |
tree | 76d2479fd29601a5bdfe17723cc4ac4623e30231 /drawinglayer | |
parent | 63806805fe42dd4f65d218bdb341000f3bc27ec8 (diff) |
Fix typo
Change-Id: I6e533b12d41b605207ef2bc83d93821f63f649af
Reviewed-on: https://gerrit.libreoffice.org/85485
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
Diffstat (limited to 'drawinglayer')
-rw-r--r-- | drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx b/drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx index 29b587166ff6..6769f31d6807 100644 --- a/drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx +++ b/drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx @@ -429,12 +429,12 @@ namespace drawinglayer if(aOutRange != getDefinitionRange()) { // we want to paint (tiled) content which is defined relative to DefinitionRange - // with the same tiling and offset(s) in the traget range of the geometry (the + // with the same tiling and offset(s) in the target range of the geometry (the // polygon). The range given in the local FillGraphicAttribute defines the position // of the graphic in unit coordinates relative to the DefinitionRange. Transform // this using DefinitionRange to get to the global definition and then with the // inverse transformation from the target range to go to unit coordinates relative - // to that traget coordinate system. + // to that target coordinate system. basegfx::B2DRange aAdaptedRange(getFillGraphic().getGraphicRange()); const basegfx::B2DHomMatrix aFromDefinitionRangeToGlobal( |