diff options
author | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2022-03-07 12:26:03 +0100 |
---|---|---|
committer | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2022-03-10 21:19:59 +0100 |
commit | 7b28920382d3820344bfc4075bac98f85e838dba (patch) | |
tree | dd66a426f9b9b6b6fdb6d698941309ad31d2e4f3 /include/tools | |
parent | 8f48f91009caa86d896f247059874242ed18bf39 (diff) |
tdf#113066 tdf#142204 EMF Implement SETARCDIRECTION
Change-Id: I30206c68ecf1829ba0094e6259b8ed7dc05f2e9a
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131103
Tested-by: Jenkins
Reviewed-by: Bartosz Kosiorek <gang65@poczta.onet.pl>
Diffstat (limited to 'include/tools')
-rw-r--r-- | include/tools/poly.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/tools/poly.hxx b/include/tools/poly.hxx index d2ecf644af39..d9f2a4544901 100644 --- a/include/tools/poly.hxx +++ b/include/tools/poly.hxx @@ -93,7 +93,8 @@ public: tools::Long nRadX, tools::Long nRadY ); Polygon( const tools::Rectangle& rBound, const Point& rStart, const Point& rEnd, - PolyStyle ePolyStyle = PolyStyle::Arc ); + PolyStyle ePolyStyle = PolyStyle::Arc, + const bool bClockWiseArcDirection = false); Polygon( const Point& rBezPt1, const Point& rCtrlPt1, const Point& rBezPt2, const Point& rCtrlPt2, sal_uInt16 nPoints ); |