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:
committed by
Noel Grandin
parent
8f96ab602a
commit
86c0ce4d46
@@ -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)"):
|
||||
|
Reference in New Issue
Block a user