remove some unused enumerators

Change-Id: Idb9080f9c2edd838385d78b64e61ab49e93fe54b
Reviewed-on: https://gerrit.libreoffice.org/34373
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
Tested-by: Noel Grandin <noel.grandin@collabora.co.uk>
This commit is contained in:
Noel Grandin
2017-02-17 15:41:40 +02:00
parent 872a2d3895
commit 76f9e3b417
3 changed files with 1 additions and 2 deletions

View File

@@ -155,6 +155,7 @@ for d in definitionSet:
"include/vcl/svapp.hxx", "include/vcl/svapp.hxx",
"include/vcl/salbtype.hxx", "include/vcl/salbtype.hxx",
"include/vcl/commandevent.hxx", # CommandEvent, MediaCommand, ShowDialogId "include/vcl/commandevent.hxx", # CommandEvent, MediaCommand, ShowDialogId
"include/canvas/rendering/irendermodule.hxx", # canvas::IRenderModule::PrimitiveType
# must match some other enum # must match some other enum
"include/editeng/bulletitem.hxx", "include/editeng/bulletitem.hxx",
"include/editeng/svxenum.hxx", "include/editeng/svxenum.hxx",

View File

@@ -58,7 +58,6 @@ enum class WindowType : sal_uInt16
MOREBUTTON , MOREBUTTON ,
SPINBUTTON , SPINBUTTON ,
RADIOBUTTON , RADIOBUTTON ,
IMAGERADIOBUTTON ,
CHECKBOX , CHECKBOX ,
TRISTATEBOX , TRISTATEBOX ,
EDIT , EDIT ,

View File

@@ -43,7 +43,6 @@ enum class ResourceType {
String, String,
Shape, Shape,
Boolean, Boolean,
HexValue,
Value, Value,
XNote, XNote,
TextTableCell, TextTableCell,