From d2871068d71aa35f4530081a2fe5ba9361c6eb20 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 15 Feb 2017 11:02:09 +0200 Subject: convert DoubledQuoteMode to scoped enum and drop unused enumerators Change-Id: I0dc45e2bec1a25357405ca0c0197632ee4806cb0 --- 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 4d45a4231acf..5219c2cf3009 100755 --- a/compilerplugins/clang/unusedenumconstants.py +++ b/compilerplugins/clang/unusedenumconstants.py @@ -154,6 +154,7 @@ for d in definitionSet: "sd/source/ui/inc/animobjs.hxx", # BitmapAdjustment (from UI) "sd/source/ui/dlg/PhotoAlbumDialog.hxx", # SlideImageLayout (from UI) "sd/inc/pres.hxx", # AutoLayout (from UI) + "sc/source/ui/inc/scuitphfedit.hxx", # ScHFEntryId (from UI) # represents constants from an external API "opencl/inc/opencl_device_selection.h", "vcl/inc/sft.hxx", -- cgit