diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-11 11:33:26 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2016-11-11 12:12:22 +0200 |
commit | 1ba4bb6397e5be8f30c79371a330077829c74742 (patch) | |
tree | f2abf920c36f0a346712717d6c33e15a3ff61e69 /rsc/inc/rsccont.hxx | |
parent | dd6ea56c028079ce80ff9fc2db43ffd35e4d8489 (diff) |
loplugin:countusersofdefaultparams in editeng..rsc
Change-Id: I8a8d13faf228cbc934ae21d6763d92d370eb42ec
Diffstat (limited to 'rsc/inc/rsccont.hxx')
-rw-r--r-- | rsc/inc/rsccont.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
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 ) |