loplugin:unusedfields in include/sot,include/svl,include/svtools

Change-Id: Ia2dd13c2c48b127ab85311a668fa1f37608d360a
This commit is contained in:
Noel Grandin
2015-11-24 18:54:48 +02:00
parent 85c758a461
commit 234884c09d
7 changed files with 13 additions and 19 deletions

View File

@@ -67,7 +67,8 @@ for d in definitionSet:
or srcLoc.startswith("vcl/source/filter/sgvmain.hxx")
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("vcl/inc/unx/gtk/gloactiongroup.h")
or srcLoc.startswith("include/svl/svdde.hxx")):
continue
tmp1set.add((clazz + " " + definitionToTypeMap[d], srcLoc))