[Libreoffice-commits] core.git: drawinglayer/source
Andrea Gelmini (via logerrit)
logerrit at kemper.freedesktop.org
Thu Dec 19 09:26:05 UTC 2019
drawinglayer/source/primitive2d/polypolygonprimitive2d.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit fc1dcd2d6fc03b76013a2854da22f0c26ac58f0c
Author: Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Thu Dec 19 09:43:23 2019 +0100
Commit: Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Thu Dec 19 10:25:03 2019 +0100
Fix typo
Change-Id: I6e533b12d41b605207ef2bc83d93821f63f649af
Reviewed-on: https://gerrit.libreoffice.org/85485
Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
Tested-by: Julien Nabet <serval2412 at yahoo.fr>
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(
More information about the Libreoffice-commits
mailing list