From 9b39866149aad91c79ea276c2a484c282f8ad6e1 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Thu, 1 Aug 2019 22:44:25 +0200 Subject: Fix typos Change-Id: Ic7b6014e09e3ee1a1b4917008a267b8fa2dbc1f5 Reviewed-on: https://gerrit.libreoffice.org/76814 Tested-by: Jenkins Reviewed-by: Andrea Gelmini --- include/basegfx/polygon/b2dpolygontools.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/basegfx/polygon/b2dpolygontools.hxx b/include/basegfx/polygon/b2dpolygontools.hxx index a1efbd9aec86..565f8013ffe9 100644 --- a/include/basegfx/polygon/b2dpolygontools.hxx +++ b/include/basegfx/polygon/b2dpolygontools.hxx @@ -277,7 +277,7 @@ namespace basegfx */ BASEGFX_DLLPUBLIC B2DPolygon createPolygonFromEllipse( const B2DPoint& rCenter, double fRadiusX, double fRadiusY, sal_uInt32 nStartQuadrant = 0); - /** Create an unit ellipse polygon with the given angles, from start to end + /** Create a unit ellipse polygon with the given angles, from start to end */ BASEGFX_DLLPUBLIC B2DPolygon createPolygonFromEllipseSegment( const B2DPoint& rCenter, double fRadiusX, double fRadiusY, double fStart, double fEnd ); -- cgit