From 89c24a380a8fb5dd94ba595ce421abafa9004b9a Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Tue, 14 Feb 2017 14:46:58 +0200 Subject: convert SvxIconChoiceCtrlPositionMode to scoped enum and drop unused AutoAdjust enumerator Change-Id: Ie900f89241947cb93a16f0223071846fecfef09c --- 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 3cc97382d6b5..660d35284f63 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -109,6 +109,7 @@ for d in definitionSet: "include/tools/fontenum.hxx", # part of GDI file format "svx/inc/galobj.hxx", # GalSoundType "include/svx/msdffdef.hxx", + "include/svtools/rtftoken.h", # RTF_TOKEN_IDS # unit test code "cppu/source/uno/check.cxx", # general weird nonsense going on -- cgit