loplugin:unusedfields various

Change-Id: I59d9f7f73677358b4ae57efda965d43718bdf0d5
This commit is contained in:
Noel Grandin
2015-11-25 13:51:15 +02:00
parent 3e6ba91e2d
commit 1f86864e97
45 changed files with 66 additions and 244 deletions

View File

@@ -68,7 +68,8 @@ for d in definitionSet:
or srcLoc.startswith("vcl/source/filter/sgfbram.hxx")
or srcLoc.startswith("vcl/inc/unx/XIM.h")
or srcLoc.startswith("vcl/inc/unx/gtk/gloactiongroup.h")
or srcLoc.startswith("include/svl/svdde.hxx")):
or srcLoc.startswith("include/svl/svdde.hxx")
or srcLoc.startswith("lotuswordpro/source/filter/lwpsdwdrawheader.hxx")):
continue
tmp1set.add((clazz + " " + definitionToTypeMap[d], srcLoc))