summaryrefslogtreecommitdiff
path: root/svx/source/customshapes/EnhancedCustomShape2d.cxx
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2015-10-19 17:51:39 +0200
committerStephan Bergmann <sbergman@redhat.com>2015-10-19 17:51:39 +0200
commita003d8c59d0324ab3f44ec608f473e654ce48902 (patch)
tree0c85a381b784f9dc24a6e74aa3448b7eb4739a8c /svx/source/customshapes/EnhancedCustomShape2d.cxx
parent65fe84d273a4fe099cd03be088165672788cf32e (diff)
loplugin:defaultparams
Change-Id: I4e344e780baae6c9828d0d708dfb0a9390af533a
Diffstat (limited to 'svx/source/customshapes/EnhancedCustomShape2d.cxx')
-rw-r--r--svx/source/customshapes/EnhancedCustomShape2d.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/svx/source/customshapes/EnhancedCustomShape2d.cxx b/svx/source/customshapes/EnhancedCustomShape2d.cxx
index 80acbd49db09..a5c4d3cfdc10 100644
--- a/svx/source/customshapes/EnhancedCustomShape2d.cxx
+++ b/svx/source/customshapes/EnhancedCustomShape2d.cxx
@@ -1129,7 +1129,7 @@ bool EnhancedCustomShape2d::GetHandlePosition( const sal_uInt32 nIndex, Point& r
{
if ( aHandle.nFlags & HandleFlags::POLAR )
{
- Point aReferencePoint( GetPoint( aHandle.aPolar, true ) );
+ Point aReferencePoint( GetPoint( aHandle.aPolar ) );
double fAngle;
double fRadius;
@@ -1158,7 +1158,7 @@ bool EnhancedCustomShape2d::GetHandlePosition( const sal_uInt32 nIndex, Point& r
aHandle.aPosition.Second = aFirst;
}
}
- rReturnPosition = GetPoint( aHandle.aPosition, true );
+ rReturnPosition = GetPoint( aHandle.aPosition );
}
const GeoStat aGeoStat( static_cast<SdrObjCustomShape*>(pCustomShapeObj)->GetGeoStat() );
if ( aGeoStat.nShearAngle )