diff options
author | Bartosz Kosiorek <gang65@poczta.onet.pl> | 2022-03-07 12:26:03 +0100 |
---|---|---|
committer | Xisco Fauli <xiscofauli@libreoffice.org> | 2022-03-11 12:46:14 +0100 |
commit | 6ab0f5a11d88dc40e56eb8210ed9493973d44e27 (patch) | |
tree | a6ca398b5b02322d5e121f85725fe36a6cc92f43 /include | |
parent | 4158c7380a3be30899dd4164c2299c52ac732c5d (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>
(cherry picked from commit 7b28920382d3820344bfc4075bac98f85e838dba)
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/131206
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'include')
-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 ); |