summaryrefslogtreecommitdiff
path: root/rsc/inc
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2016-03-01 15:16:10 +0200
committerNoel Grandin <noel@peralex.com>2016-03-02 07:57:37 +0200
commit1e34462c538cda04f9afcbdb0f7b9ead26fc94be (patch)
tree18ec942add1ca9173c047d12eda3fbed62be5f34 /rsc/inc
parentb887f73ff0f152a7cf943dcab1eee09c3fb0d877 (diff)
loplugin:unuseddefaultparam in rsc
Change-Id: Ib4cbc48295e7c16683765d1c1420fcf73235517d
Diffstat (limited to 'rsc/inc')
-rw-r--r--rsc/inc/rscclass.hxx3
-rw-r--r--rsc/inc/rscmgr.hxx2
2 files changed, 2 insertions, 3 deletions
diff --git a/rsc/inc/rscclass.hxx b/rsc/inc/rscclass.hxx
index d6a5b4836499..be4854ae1ba6 100644
--- a/rsc/inc/rscclass.hxx
+++ b/rsc/inc/rscclass.hxx
@@ -99,8 +99,7 @@ class RscSysDepend : public RscClass
public:
RscSysDepend( Atom nId, sal_uInt32 nTypId, RscTop * pSuper );
ERRTYPE WriteSysDependRc( const RSCINST &, RscWriteRc & aMem,
- RscTypCont * pTC, sal_uInt32, bool bExtra,
- bool bFirst = false );
+ RscTypCont * pTC, sal_uInt32, bool bExtra );
ERRTYPE WriteRc( const RSCINST &, RscWriteRc & aMem,
RscTypCont * pTC, sal_uInt32, bool bExtra ) override;
};
diff --git a/rsc/inc/rscmgr.hxx b/rsc/inc/rscmgr.hxx
index 2a99492314e2..cf27386244ec 100644
--- a/rsc/inc/rscmgr.hxx
+++ b/rsc/inc/rscmgr.hxx
@@ -35,7 +35,7 @@ class RscMgr : public RscClass
void Create(){ aRefId.Create(); bDflt = true; }
void Destroy(){ aRefId.Destroy(); }
};
- ERRTYPE IsToDeep( const RSCINST & rInst, sal_uInt32 nDeep = 0 );
+ ERRTYPE IsToDeep( const RSCINST & rInst );
public:
RscMgr( Atom nId, sal_uInt32 nTypId, RscTop * pSuperCl );