diff options
author | Michael Meeks <michael.meeks@collabora.com> | 2016-01-07 19:24:41 +0000 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-05-12 18:30:21 +0000 |
commit | 02833c03ee856a62d7185829b7c47bc088e086cc (patch) | |
tree | 1ca330d14d441a71eb31954268621bd917472583 /framework/inc | |
parent | e3b990a47fc4b0b1191eb15a53badfc71aebc1fc (diff) |
framework: initial implementation of a dispatch disabler.
This should allow remote, eg. URE dispatchers to trivially disable
lots of the UI without requiring a large volume of round-trip IPC.
Change-Id: Ibd0681ac993196f826b4ed411da5ffedb7f85786
Reviewed-on: https://gerrit.libreoffice.org/24938
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'framework/inc')
-rw-r--r-- | framework/inc/services.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/inc/services.h b/framework/inc/services.h index 522a9668652d..92643375c526 100644 --- a/framework/inc/services.h +++ b/framework/inc/services.h @@ -44,6 +44,7 @@ namespace framework{ #define IMPLEMENTATIONNAME_MAILTODISPATCHER "com.sun.star.comp.framework.MailToDispatcher" #define IMPLEMENTATIONNAME_SERVICEHANDLER "com.sun.star.comp.framework.ServiceHandler" #define IMPLEMENTATIONNAME_DISPATCHHELPER "com.sun.star.comp.framework.services.DispatchHelper" +#define IMPLEMENTATIONNAME_DISPATCHDISABLER "com.sun.star.comp.framework.services.DispatchDisabler" #define IMPLEMENTATIONNAME_MACROSMENUCONTROLLER "com.sun.star.comp.framework.MacrosMenuController" #define IMPLEMENTATIONNAME_FONTMENUCONTROLLER "com.sun.star.comp.framework.FontMenuController" #define IMPLEMENTATIONNAME_FONTSIZEMENUCONTROLLER "com.sun.star.comp.framework.FontSizeMenuController" |