loplugin:unusedfields in sw/

Change-Id: I323a038e5581b00cd3a4ea2f362c66540377759e
This commit is contained in:
Noel Grandin
2015-11-23 14:32:03 +02:00
parent c65b234764
commit 8770cd3894
29 changed files with 15 additions and 76 deletions

View File

@@ -59,7 +59,8 @@ for d in definitionSet:
if (srcLoc.startswith("external/")):
continue
# this is all representations of on-disk data structures
if (srcLoc == "sc/source/filter/inc/scflt.hxx"):
if (srcLoc.startswith("sc/source/filter/inc/scflt.hxx")
or srcLoc.startswith("sw/source/filter/ww8/")):
continue
tmp1set.add((clazz, srcLoc))