diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-14 16:20:50 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-15 08:33:37 +0200 |
commit | 1342a8a4f2fefa83bbf3a006efc6fb87702de618 (patch) | |
tree | 6b6cc287f82879ad44b57e4db849df28ab2939a8 /compilerplugins | |
parent | 3d60346febafbf37b7b19075f66ccf3c0255ab4f (diff) |
drop unused SwChildWindowMailmerge from SfxShellFeature enum
Change-Id: Ica64d75986877bc0b2fc3bafb092457396fb8e27
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 81d4b089dc62..e86bc13c2943 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -126,6 +126,7 @@ for d in definitionSet: "sw/inc/calc.hxx", # SwCalcOper "svtools/source/config/helpopt.cxx", # HelpProperty "include/svtools/htmltokn.h", + "include/sfx2/sidebar/Theme.hxx", # ThemeItem # Windows or OSX only "include/canvas/rendering/icolorbuffer.hxx", "include/vcl/commandevent.hxx", |