diff options
Diffstat (limited to 'include/rsc')
-rw-r--r-- | include/rsc/rsc-vcl-shared-types.hxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/include/rsc/rsc-vcl-shared-types.hxx b/include/rsc/rsc-vcl-shared-types.hxx index 016ff2fca176..73f702b62caa 100644 --- a/include/rsc/rsc-vcl-shared-types.hxx +++ b/include/rsc/rsc-vcl-shared-types.hxx @@ -62,10 +62,10 @@ enum class ToolBoxItemBits AUTOSIZE = 0x0010, DROPDOWN = 0x0020, REPEAT = 0x0040, - DROPDOWNONLY = 0x00a0, // 0x0080 | TIB_DROPDOWN + DROPDOWNONLY = 0x00a0, // 0x0080 | DROPDOWN TEXT_ONLY = 0x0100, ICON_ONLY = 0x0200, - TEXTICON = 0x0300 // TIB_TEXT_ONLY | TIB_ICON_ONLY + TEXTICON = 0x0300 // TEXT_ONLY | ICON_ONLY }; namespace o3tl { @@ -74,7 +74,7 @@ namespace o3tl enum class ToolBoxItemType { DONTKNOW, BUTTON, SPACE, SEPARATOR, BREAK }; -enum ButtonType { BUTTON_SYMBOL, BUTTON_TEXT, BUTTON_SYMBOLTEXT }; +enum class ButtonType { SYMBOLONLY, TEXT, SYMBOLTEXT }; enum class SymbolType : sal_uInt16 { |