convert PropertyType to scoped enum

and drop unused enumerators

Change-Id: I61d2a46ed84ce4163757a2da58162c72b1b0950f
This commit is contained in:
Noel Grandin
2017-02-17 08:33:01 +02:00
parent 8fc4aecde3
commit 1ac9f8ddd7
4 changed files with 23 additions and 31 deletions

View File

@@ -117,6 +117,7 @@ for d in definitionSet:
"basic/source/inc/filefmt.hxx", # FileOffset
"include/basic/sbxdef.hxx", # SbxDataType
"connectivity/source/inc/dbase/DTable.hxx", # ODbaseTable::DBFType
"codemaker/source/javamaker/classfile.hxx", # AccessFlags
# unit test code
"cppu/source/uno/check.cxx",
# general weird nonsense going on
@@ -177,7 +178,8 @@ for d in definitionSet:
"cui/source/tabpages/tparea.cxx", # FillType (from UI)
"include/editeng/svxenum.hxx", # css::style::NumberingType
"include/editeng/bulletitem.hxx", # css::style::NumberingType
":basic/source/sbx/sbxdec.hxx", # SbxDecimal::CmpResult, must match some Windows API
"basic/source/sbx/sbxdec.hxx", # SbxDecimal::CmpResult, must match some Windows API
"codemaker/source/javamaker/javatype.cxx", # TypeInfo::Flags, from UNO
# represents constants from an external API
"opencl/inc/opencl_device_selection.h",
"vcl/inc/sft.hxx",