diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-07 14:51:40 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-08 11:00:32 +0000 |
commit | 25702ff6c9b00efb3263bc2cd67783d207e16af0 (patch) | |
tree | 45073050deb8b8a1502981020edd3fff9b24b03c /compilerplugins | |
parent | 9b724094873d0808f0bd8ddab24adc372ae4e41c (diff) |
loplugin:unusedenumconstants read-only constants in writerfilter
Change-Id: I3cc0d696059b130a8f1f1d8d3b1908d2e84d1a75
Reviewed-on: https://gerrit.libreoffice.org/34017
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 6ee56d87657f..50d680e2900e 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -98,6 +98,7 @@ for d in definitionSet: "include/registry/version.h", "include/svtools/rtftoken.h", "sc/source/filter/inc/xltracer.hxx", + "writerfilter/source/dmapper/FieldTypes.hxx", # unit test code "cppu/source/uno/check.cxx", # general weird nonsense going on |