summaryrefslogtreecommitdiff
path: root/svx/util/svx.component
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2020-12-08 16:07:40 +0200
committerTor Lillqvist <tml@collabora.com>2020-12-08 20:42:53 +0100
commitc0d770d4feb919cb3306c48d576ac30709154eae (patch)
tree3f47b3c8f4ba0674c41ce8ccb0efeb6ef373ca03 /svx/util/svx.component
parent69a9b48d50d98130a65aa6c823dc6cc464fefd71 (diff)
Very early work-in-progress commit for the "DevTools" dockable toolbar
This commit mostly just adds the plumbing to officecfg to display the DevTools toolbar. The code for it does not yet implement any specific functionality. The name "DevTools" is likely not what this will actually be called in the end. The DevTools toolbar just contains two unrelated combo boxes. (See https://blog.documentfoundation.org/blog/2020/07/27/tender-for-implementing-support-for-a-dedicated-built-in-uno-object-inspection-tool-in-libreoffice-202007-02/ ) Change-Id: I23cb129b48fde64ae39de5db5811cdf61c8993e3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107432 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com>
Diffstat (limited to 'svx/util/svx.component')
-rw-r--r--svx/util/svx.component5
1 files changed, 5 insertions, 0 deletions
diff --git a/svx/util/svx.component b/svx/util/svx.component
index ff8d802394ac..f9d2cce75229 100644
--- a/svx/util/svx.component
+++ b/svx/util/svx.component
@@ -28,6 +28,11 @@
<service name="com.sun.star.comp.svx.FindbarDispatcher"/>
<service name="com.sun.star.frame.ProtocolHandler"/>
</implementation>
+ <implementation name="org.libreoffice.Impl.DevToolsDispatcher"
+ constructor="org_libreoffice_Impl_DevToolsDispatcher_get_implementation">
+ <service name="org.libreoffice.DevToolsDispatcher"/>
+ <service name="com.sun.star.frame.ProtocolHandler"/>
+ </implementation>
<implementation name="com.sun.star.comp.svx.RecoveryUI"
constructor="com_sun_star_comp_svx_RecoveryUI_get_implementation">
<service name="com.sun.star.dialog.RecoveryUI"/>