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:
@@ -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",
|
||||||
|
@@ -58,7 +58,6 @@ enum class WindowType : sal_uInt16
|
|||||||
MOREBUTTON ,
|
MOREBUTTON ,
|
||||||
SPINBUTTON ,
|
SPINBUTTON ,
|
||||||
RADIOBUTTON ,
|
RADIOBUTTON ,
|
||||||
IMAGERADIOBUTTON ,
|
|
||||||
CHECKBOX ,
|
CHECKBOX ,
|
||||||
TRISTATEBOX ,
|
TRISTATEBOX ,
|
||||||
EDIT ,
|
EDIT ,
|
||||||
|
@@ -43,7 +43,6 @@ enum class ResourceType {
|
|||||||
String,
|
String,
|
||||||
Shape,
|
Shape,
|
||||||
Boolean,
|
Boolean,
|
||||||
HexValue,
|
|
||||||
Value,
|
Value,
|
||||||
XNote,
|
XNote,
|
||||||
TextTableCell,
|
TextTableCell,
|
||||||
|
Reference in New Issue
Block a user