diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-07 09:06:00 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-07 07:43:32 +0000 |
commit | b2453d1f41b369ca4b1c98e03b803be1773d0aff (patch) | |
tree | 3f51d68a3b058e7f2da6306dd4cad3c838979873 /compilerplugins | |
parent | 3aeaa73a2e3568bd932b16cf4d3fea3fb39ebf13 (diff) |
convert DEBUG_TIME to scoped enum
Change-Id: I91b286d8415ebc8c6675aca6ee143850c956c74b
Reviewed-on: https://gerrit.libreoffice.org/33986
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Diffstat (limited to 'compilerplugins')
-rwxr-xr-x | compilerplugins/clang/unusedenumconstants.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/compilerplugins/clang/unusedenumconstants.py b/compilerplugins/clang/unusedenumconstants.py index 670bb005eaab..6ee56d87657f 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -97,6 +97,7 @@ for d in definitionSet: "include/registry/refltype.hxx", "include/registry/version.h", "include/svtools/rtftoken.h", + "sc/source/filter/inc/xltracer.hxx", # unit test code "cppu/source/uno/check.cxx", # general weird nonsense going on |