diff options
Diffstat (limited to 'cui/source/inc/cfg.hxx')
-rw-r--r-- | cui/source/inc/cfg.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cui/source/inc/cfg.hxx b/cui/source/inc/cfg.hxx index 626445602213..843057131fc6 100644 --- a/cui/source/inc/cfg.hxx +++ b/cui/source/inc/cfg.hxx @@ -54,6 +54,7 @@ #include <vcl/msgbox.hxx> #include "cfgutil.hxx" +#include "CommandCategoryListBox.hxx" static const char ITEM_DESCRIPTOR_COMMANDURL[] = "CommandURL"; static const char ITEM_DESCRIPTOR_CONTAINER[] = "ItemDescriptorContainer"; @@ -384,6 +385,7 @@ protected: // the top section of the tab page where top level menus and toolbars // are displayed in a listbox VclPtr<ListBox> m_pTopLevelListBox; + VclPtr<CommandCategoryListBox> m_pCommandCategoryListBox; // the contents section where the contents of the selected // menu or toolbar are displayed |