loplugin:unusedfields in sw/
Change-Id: I323a038e5581b00cd3a4ea2f362c66540377759e
This commit is contained in:
@@ -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))
|
||||
|
Reference in New Issue
Block a user