diff options
author | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-14 09:49:14 +0200 |
---|---|---|
committer | Noel Grandin <noel.grandin@collabora.co.uk> | 2017-02-14 14:22:24 +0200 |
commit | 2b2cd4b06ede56a23a564c62b0b68f9df16a5f55 (patch) | |
tree | 3910c75d5072e595a6d5a1d85c7e548d8e93adba /compilerplugins | |
parent | 6abc4f4d86d093d83d2ce6afb731d934fb2aa2bf (diff) |
convert SvxPrevLineSpace to scoped enum
Change-Id: I5903169e1d7728a2f1e547efdff82a75e8d7b6a7
Diffstat (limited to 'compilerplugins')
-rwxr-xr-x | compilerplugins/clang/unusedenumconstants.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/compilerplugins/clang/unusedenumconstants.py b/compilerplugins/clang/unusedenumconstants.py index 50be7db08f74..065b0dce43b1 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -108,6 +108,7 @@ for d in definitionSet: "vcl/inc/CommonSalLayout.hxx", # VerticalOrientation "include/tools/fontenum.hxx", # part of GDI file format "svx/inc/galobj.hxx", # GalSoundType + "include/svx/msdffdef.hxx", # unit test code "cppu/source/uno/check.cxx", # general weird nonsense going on @@ -142,6 +143,7 @@ for d in definitionSet: "sw/source/uibase/inc/swcont.hxx", # RegionMode, from UI; ContentTypeId, from UI(registry) "sw/inc/toxe.hxx", # ToxAuthorityType (from UI) "include/svx/sxekitm.hxx", # SdrEdgeKind (from UI) + "include/svx/paraprev.hxx", # SvxPrevLineSpace (from UI) # represents constants from an external API "opencl/inc/opencl_device_selection.h", "vcl/inc/sft.hxx", |