diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-14 10:00:24 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-14 14:22:24 +0200 |
commit | 923fd24972e9d3dac4fa5ed863e42bb28cf6605a (patch) | |
tree | ef7903908f6323f4ca3cce7644f8d45a510e2893 /compilerplugins | |
parent | 7bd5d9c81b30609d4d10dba091021352e94a7837 (diff) |
convert svt::table::TableArea to scoped enum
and drop unused TableAreaDataArea enumerator
Change-Id: I00da558ab899dccbeaa9786c65f7a2831f323b25
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 4db682b53f30..3cc97382d6b5 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -122,6 +122,7 @@ for d in definitionSet: "sw/inc/flddat.hxx", "sw/source/uibase/config/modcfg.cxx", # InsertConfigProp "sw/inc/calc.hxx", # SwCalcOper + "svtools/source/config/helpopt.cxx", # HelpProperty # Windows or OSX only "include/canvas/rendering/icolorbuffer.hxx", "include/vcl/commandevent.hxx", |