loplugin:countusersofdefaultparams

Change-Id: I26f46ddac3d7d810ebfa1c3e7f1a77427369828e
Reviewed-on: https://gerrit.libreoffice.org/28451
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
This commit is contained in:
Noel Grandin
2016-08-29 08:50:28 +02:00
committed by Noel Grandin
parent 8f96ab602a
commit 86c0ce4d46
75 changed files with 176 additions and 175 deletions

View File

@@ -53,6 +53,8 @@ for k,v in callDict.iteritems():
continue
if k.endswith("::RegisterChildWindow(_Bool,class SfxModule *,enum SfxChildWindowFlags)"):
continue
if k.endswith("::RegisterChildWindowContext(unsigned short,class SfxModule *)"):
continue
if k.endswith("::RegisterControl(unsigned short,class SfxModule *)"):
continue
if k.endswith("::RegisterFactory(unsigned short)"):