From 579426f798580093214fa8a7cc648318642c7e12 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Thu, 8 Sep 2016 09:23:17 +0200 Subject: loplugin:constantparam in sw Change-Id: Ic49d1c3c7b57fb213964ddc21b0f774c762aad94 --- sw/inc/grfatr.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sw/inc/grfatr.hxx') diff --git a/sw/inc/grfatr.hxx b/sw/inc/grfatr.hxx index 90838c359647..f4a4ad137062 100644 --- a/sw/inc/grfatr.hxx +++ b/sw/inc/grfatr.hxx @@ -94,8 +94,8 @@ class SwRotationGrf : public SfxUInt16Item { Size aUnrotatedSize; public: - SwRotationGrf( sal_Int16 nVal = 0 ) - : SfxUInt16Item( RES_GRFATR_ROTATION, nVal ) + SwRotationGrf() + : SfxUInt16Item( RES_GRFATR_ROTATION, 0 ) {} SwRotationGrf( sal_Int16 nVal, const Size& rSz ) : SfxUInt16Item( RES_GRFATR_ROTATION, nVal ), aUnrotatedSize( rSz ) -- cgit v1.2.3