From f149f5abed3307e013a7c03f2e9e699d1797b480 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Fri, 10 Feb 2017 10:45:28 +0200 Subject: convert eF_ResT to scoped enum and drop read-only FLD_TAGTXT enumerator Change-Id: I718529082ce540c0e3bca37d969917d3b3a67f5e --- compilerplugins/clang/unusedenumconstants.py | 1 + 1 file changed, 1 insertion(+) (limited to 'compilerplugins/clang/unusedenumconstants.py') diff --git a/compilerplugins/clang/unusedenumconstants.py b/compilerplugins/clang/unusedenumconstants.py index 2f82e05d5938..ddfc7752d443 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -118,6 +118,7 @@ for d in definitionSet: "sw/inc/iodetect.hxx", "sw/inc/fmtfordr.hxx", "sw/inc/flddat.hxx", + "sw/source/uibase/config/modcfg.cxx", # InsertConfigProp # Windows or OSX only "include/canvas/rendering/icolorbuffer.hxx", "include/vcl/commandevent.hxx", -- cgit