From 3b28713ef82829fd1958d1ecf8c29b7391af78f5 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Fri, 2 Aug 2019 18:56:25 +0200 Subject: Fix typos Change-Id: I5c95e180681220fc592400435d90e4d46603d41c Reviewed-on: https://gerrit.libreoffice.org/76883 Tested-by: Jenkins Reviewed-by: Julien Nabet --- svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svx/inc') diff --git a/svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx b/svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx index 732b5de30dec..9f7b1d0f020d 100644 --- a/svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx +++ b/svx/inc/sdr/primitive2d/sdrpathprimitive2d.hxx @@ -48,7 +48,7 @@ namespace drawinglayer // all filled stuff using it will fit seamlessly together. // 'same' is in quotes since it is a UnitPolygon, so being relative to the // unit polygon of the local geometry (UnitPolyPolygon). The definition is complete - // when applying the also given transfomation (maTransform) + // when applying the also given transformation (maTransform) basegfx::B2DPolyPolygon const maUnitDefinitionPolyPolygon; protected: -- cgit