summaryrefslogtreecommitdiff
path: root/svx/util
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-01-25 20:04:13 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-01-25 22:44:57 +0100
commiteeb2d19e77d6dc47c68e8ba0920a02cf64a1247b (patch)
tree48b058b83abd59d61047d91afe43c6a190412acf /svx/util
parent9ce254a7797405b3b655ba4e5be2190cddad2902 (diff)
Resolves: tdf#130159 hide writedirection unless CTL is enabled
rework as ToolboxControllers registered in Controller.xcu Change-Id: I3e7fea09fe83d1ed6400218c41384f82b38b07a2 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/87419 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/util')
-rw-r--r--svx/util/svx.component8
1 files changed, 8 insertions, 0 deletions
diff --git a/svx/util/svx.component b/svx/util/svx.component
index 81cae7623bd2..ff8d802394ac 100644
--- a/svx/util/svx.component
+++ b/svx/util/svx.component
@@ -124,4 +124,12 @@
constructor="com_sun_star_comp_svx_UndoRedoToolBoxControl_get_implementation">
<service name="com.sun.star.frame.ToolbarController"/>
</implementation>
+ <implementation name="com.sun.star.comp.svx.CTLToolBoxControl"
+ constructor="com_sun_star_comp_svx_CTLToolBoxControl_get_implementation">
+ <service name="com.sun.star.frame.ToolbarController"/>
+ </implementation>
+ <implementation name="com.sun.star.comp.svx.VertTextToolBoxControl"
+ constructor="com_sun_star_comp_svx_VertTextToolBoxControl_get_implementation">
+ <service name="com.sun.star.frame.ToolbarController"/>
+ </implementation>
</component>