summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
Diffstat (limited to 'svx')
-rw-r--r--svx/source/customshapes/EnhancedCustomShape2d.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShape2d.cxx b/svx/source/customshapes/EnhancedCustomShape2d.cxx
index faa7ad268df1..123179c1100a 100644
--- a/svx/source/customshapes/EnhancedCustomShape2d.cxx
+++ b/svx/source/customshapes/EnhancedCustomShape2d.cxx
@@ -1970,7 +1970,7 @@ static basegfx::B2DPolygon CreateArc( const tools::Rectangle& rRect, const Point
}
}
- tools::Polygon aTempPoly( aRect, aStart, aEnd, PolyStyle::Arc, /*bFullCircle*/false );
+ tools::Polygon aTempPoly( aRect, aStart, aEnd, PolyStyle::Arc );
basegfx::B2DPolygon aRetval;
if ( bClockwise )