summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
Diffstat (limited to 'sc')
-rw-r--r--sc/source/ui/inc/checklistmenu.hxx13
1 files changed, 0 insertions, 13 deletions
diff --git a/sc/source/ui/inc/checklistmenu.hxx b/sc/source/ui/inc/checklistmenu.hxx
index 5703c1d90830..2919d33f230b 100644
--- a/sc/source/ui/inc/checklistmenu.hxx
+++ b/sc/source/ui/inc/checklistmenu.hxx
@@ -169,19 +169,6 @@ private:
std::vector<MenuItemData> maMenuItems;
- enum SectionType {
- WHOLE, // entire window
- LISTBOX_AREA_OUTER, // box enclosing the check box items.
- LISTBOX_AREA_INNER, // box enclosing the check box items.
- SINGLE_BTN_AREA, // box enclosing the single-action buttons.
- CHECK_TOGGLE_ALL, // check box for toggling all items.
- BTN_SINGLE_SELECT,
- BTN_SINGLE_UNSELECT,
- BTN_OK, // OK button
- BTN_CANCEL, // Cancel button
- EDIT_SEARCH, // Search box
- };
-
/**
* Calculate the appropriate window size based on the menu items.
*/