From 7bd5d9c81b30609d4d10dba091021352e94a7837 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 14 Feb 2017 09:56:43 +0200 Subject: convert to EnumerationResult to scoped enum and drop unused RUNNING constant Change-Id: I498b8b47e172336775b38c953f867f2adc57603e --- compilerplugins/clang/unusedenumconstants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'compilerplugins') 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", -- cgit