diff options
author | Noel Grandin <noel@peralex.com> | 2016-03-23 09:19:06 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2016-03-23 10:19:42 +0200 |
commit | e73638279b3e6634b47ca77de993cf2be08ae5d5 (patch) | |
tree | ccf6701cc79543301dc1a2915ad482b75870baf6 /rsc/inc/rsccont.hxx | |
parent | 5de18e6a1fe643f1cf15b8456587208ecb11e1c5 (diff) |
loplugin:constantparam in rsc
Change-Id: I54f80c9c759eec4b73d1fd194e3efc8156bd3e2d
Diffstat (limited to 'rsc/inc/rsccont.hxx')
-rw-r--r-- | rsc/inc/rsccont.hxx | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/rsc/inc/rsccont.hxx b/rsc/inc/rsccont.hxx index cd1deaa595e4..0f4beced3949 100644 --- a/rsc/inc/rsccont.hxx +++ b/rsc/inc/rsccont.hxx @@ -117,8 +117,7 @@ class RscCont : public RscContWriteSrc { public: RscCont( Atom nId, sal_uInt32 nTypId, - RscTop * pSuper = nullptr, - bool bNoId = true ); + RscTop * pSuper = nullptr ); ERRTYPE WriteRc( const RSCINST & rInst, RscWriteRc & aMem, RscTypCont * pTC, sal_uInt32, bool bExtra ) override; }; @@ -127,8 +126,7 @@ class RscContExtraData : public RscContWriteSrc { public: RscContExtraData( Atom nId, sal_uInt32 nTypId, - RscTop * pSuper = nullptr, - bool bNoId = true ); + RscTop * pSuper = nullptr ); ERRTYPE WriteRc( const RSCINST & rInst, RscWriteRc & aMem, RscTypCont * pTC, sal_uInt32, bool bExtra ) override; }; |