diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-01 22:44:25 +0200 |
---|---|---|
committer | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-08-02 07:24:31 +0200 |
commit | 9b39866149aad91c79ea276c2a484c282f8ad6e1 (patch) | |
tree | 0b1467464e4bd199b60ed13006d99e7b6fb5b24c /include | |
parent | 1a1f4e73b7ab9e5b071aab74c8d7e27ba2b2d29c (diff) |
Fix typos
Change-Id: Ic7b6014e09e3ee1a1b4917008a267b8fa2dbc1f5
Reviewed-on: https://gerrit.libreoffice.org/76814
Tested-by: Jenkins
Reviewed-by: Andrea Gelmini <andrea.gelmini@gelma.net>
Diffstat (limited to 'include')
-rw-r--r-- | include/basegfx/polygon/b2dpolygontools.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
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 ); |