Change-Id: I197a4e5ab4985c2d67ca8a83980069ba2622576a
Reviewed-on: https://gerrit.libreoffice.org/85081
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
This commit is contained in:
Andrea Gelmini 2019-12-12 22:38:06 +01:00 committed by Julien Nabet
parent 3c5d107820
commit ff566c67d6

View File

@ -40,7 +40,7 @@ for clazz in sorted(definitionSet - inheritFromSet):
# ignore test and external code
if ("/qa/" in file): continue
if (file.startswith("workdir/")): continue
# We are only realling interested in classes that are shared between linkage units, where the compiler
# We are only really interested in classes that are shared between linkage units, where the compiler
# is not able to figure out for itself that classes are final.
if not(file.startswith("include/") or file.startswith("sw/inc/") or file.startswith("sc/inc/") or file.startswith("vcl/inc/")): continue
# Exclude URE