summaryrefslogtreecommitdiffstats
path: root/framework/Library_fwk.mk
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2015-11-11 15:01:52 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2015-11-11 15:03:38 +0200
commita133053f94f7c5b05f4354bb4977c2250b470a8a (patch)
tree1e052e2c5dd5dc03835c3b2f1b26ac9da402f683 /framework/Library_fwk.mk
parenttdf#93837 Add a new PopupLabel property (diff)
downloadcore-a133053f94f7c5b05f4354bb4977c2250b470a8a.tar.gz
core-a133053f94f7c5b05f4354bb4977c2250b470a8a.zip
tdf#93837 Create Thesaurus popup menu controller
The old context menu implementation adds the thesaurus sub-menu by manipulating the menu at runtime, which isn't a good idea in general. Since it's a sub-menu anyway, better to have it as a separate controller, so it can be added to the xml, and users could decide if they want it, and where. Most of the code adapted from sfx2 (menu/mnumgr.cxx, menu/thessubmenu.cxx), hence the Apache-based license header. Change-Id: I4f533fcdd5d6480fae8ebcf53ec7c69675025adb
Diffstat (limited to 'framework/Library_fwk.mk')
-rw-r--r--framework/Library_fwk.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Library_fwk.mk b/framework/Library_fwk.mk
index d07f8b97e37f..3efd33067caa 100644
--- a/framework/Library_fwk.mk
+++ b/framework/Library_fwk.mk
@@ -153,6 +153,7 @@ $(eval $(call gb_Library_add_exception_objects,fwk,\
framework/source/uielement/statusbarwrapper \
framework/source/uielement/statusindicatorinterfacewrapper \
framework/source/uielement/subtoolbarcontroller \
+ framework/source/uielement/thesaurusmenucontroller \
framework/source/uielement/togglebuttontoolbarcontroller \
framework/source/uielement/toolbarmanager \
framework/source/uielement/toolbarmerger \