From fbec6ac08999a36664571dc0b1eba3ba251a5984 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Mon, 4 Jan 2016 12:22:58 +0100 Subject: Fix typos Change-Id: I3fba2c76c83381eb398c80947ef4849bccf7ab27 Reviewed-on: https://gerrit.libreoffice.org/21078 Reviewed-by: Ashod Nakashian Tested-by: Ashod Nakashian --- basegfx/source/polygon/b2dtrapezoid.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'basegfx/source/polygon/b2dtrapezoid.cxx') diff --git a/basegfx/source/polygon/b2dtrapezoid.cxx b/basegfx/source/polygon/b2dtrapezoid.cxx index c9ded97ee412..2b6db06febb6 100644 --- a/basegfx/source/polygon/b2dtrapezoid.cxx +++ b/basegfx/source/polygon/b2dtrapezoid.cxx @@ -32,7 +32,7 @@ namespace basegfx // helper class to hold a simple edge. This is only used for horizontal edges // currently, thus the YPositions will be equal. I did not create a special - // class for this since holdingthe pointers is more effective and also can be + // class for this since holding the pointers is more effective and also can be // used as baseclass for the traversing edges class TrDeSimpleEdge -- cgit