From 1ba4bb6397e5be8f30c79371a330077829c74742 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 11 Nov 2016 11:33:26 +0200 Subject: loplugin:countusersofdefaultparams in editeng..rsc Change-Id: I8a8d13faf228cbc934ae21d6763d92d370eb42ec --- rsc/inc/rsccont.hxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'rsc') diff --git a/rsc/inc/rsccont.hxx b/rsc/inc/rsccont.hxx index d7f58d4c78e9..07f29fd9b5d1 100644 --- a/rsc/inc/rsccont.hxx +++ b/rsc/inc/rsccont.hxx @@ -55,8 +55,8 @@ protected: RscTypCont * pTC, sal_uInt32, bool bExtra ); public: RscBaseCont( Atom nId, sal_uInt32 nTypId, - RscTop * pSuper = nullptr, - bool bNoId = true ); + RscTop * pSuper, + bool bNoId ); virtual ~RscBaseCont() override; virtual RSCCLASS_TYPE GetClassType() const override; void SetTypeClass( RscTop * pClass, RscTop * pClass1 = nullptr ) -- cgit