summaryrefslogtreecommitdiff
path: root/rsc/inc/rscmgr.hxx
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/rscmgr.hxx
parentb887f73ff0f152a7cf943dcab1eee09c3fb0d877 (diff)
loplugin:unuseddefaultparam in rsc
Change-Id: Ib4cbc48295e7c16683765d1c1420fcf73235517d
Diffstat (limited to 'rsc/inc/rscmgr.hxx')
-rw-r--r--rsc/inc/rscmgr.hxx2
1 files changed, 1 insertions, 1 deletions
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 );