diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-14 09:56:43 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-14 14:22:24 +0200 |
commit | 7bd5d9c81b30609d4d10dba091021352e94a7837 (patch) | |
tree | 55b9e4f715d0ea48a5a961ecd1d532021a026139 /compilerplugins | |
parent | a42554c36cd1ede28960ee04e83f4697c297f51c (diff) |
convert to EnumerationResult to scoped enum
and drop unused RUNNING constant
Change-Id: I498b8b47e172336775b38c953f867f2adc57603e
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 065b0dce43b1..4db682b53f30 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -144,6 +144,7 @@ for d in definitionSet: "sw/inc/toxe.hxx", # ToxAuthorityType (from UI) "include/svx/sxekitm.hxx", # SdrEdgeKind (from UI) "include/svx/paraprev.hxx", # SvxPrevLineSpace (from UI) + "include/svx/ctredlin.hxx", # SvxRedlinDateMode (from UI) # represents constants from an external API "opencl/inc/opencl_device_selection.h", "vcl/inc/sft.hxx", |