diff options
author | Muhammet Kara <muhammet.kara@pardus.org.tr> | 2017-08-04 20:03:47 +0300 |
---|---|---|
committer | Katarina Behrens <Katarina.Behrens@cib.de> | 2017-09-04 22:39:46 +0200 |
commit | 283280ec542883d65cc97d4228434003a01be3e9 (patch) | |
tree | e2b8e2c76bf9dfc38e4ced22842300f683649774 /cui/Library_cui.mk | |
parent | d69f9436b59e249af8dcac88ccadf09b920b1bab (diff) |
Add custom widget class: CommandCategoryListBox
It now lists all command categories which can be
added based on the current module (writer, calc etc.)
This class will be expanded later with macros and styles
handling stuff. It will also update the commands listbox
when it is added.
Change-Id: I4f50408641db067118f63fe0e9a1ee755873412f
Reviewed-on: https://gerrit.libreoffice.org/40833
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Katarina Behrens <Katarina.Behrens@cib.de>
Diffstat (limited to 'cui/Library_cui.mk')
-rw-r--r-- | cui/Library_cui.mk | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cui/Library_cui.mk b/cui/Library_cui.mk index 9b7cd70c9436..c6dc353f59b4 100644 --- a/cui/Library_cui.mk +++ b/cui/Library_cui.mk @@ -86,6 +86,7 @@ $(eval $(call gb_Library_add_exception_objects,cui,\ cui/source/customize/acccfg \ cui/source/customize/cfg \ cui/source/customize/cfgutil \ + cui/source/customize/CommandCategoryListBox \ cui/source/customize/eventdlg \ cui/source/customize/macropg \ cui/source/customize/SvxConfigPageHelper \ |