summaryrefslogtreecommitdiff
path: root/svx/util/svx.component
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-01-14 20:58:18 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-01-15 13:55:00 +0100
commit053223085d786b4d1e595a63e01c47e97728e720 (patch)
treef01f8ac13e714e82e26b372596d2a5ce8c2ab37e /svx/util/svx.component
parent6deb0eea50a0dc7171459bdd1d662fde24de410c (diff)
rework SvxColumnsToolBoxControl to be a PopupWindowController
and weld it, convert it and TableWindow to use two CustomWidgetController for the content widgets. Change the ColumnsWindow from an auto-grow width element to something with a fixed width and add a spinbutton to handle the overflow cases that don't fit in the fixed width Change-Id: I046a21dfd2a7c23828c4e2945b42c30db362b049 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86812 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'svx/util/svx.component')
-rw-r--r--svx/util/svx.component4
1 files changed, 4 insertions, 0 deletions
diff --git a/svx/util/svx.component b/svx/util/svx.component
index 0f75d50498f4..90e3419e5f1b 100644
--- a/svx/util/svx.component
+++ b/svx/util/svx.component
@@ -116,6 +116,10 @@
constructor="com_sun_star_comp_svx_TableToolBoxControl_get_implementation">
<service name="com.sun.star.frame.ToolbarController"/>
</implementation>
+ <implementation name="com.sun.star.comp.svx.ColumnsToolBoxControl"
+ constructor="com_sun_star_comp_svx_ColumnsToolBoxControl_get_implementation">
+ <service name="com.sun.star.frame.ToolbarController"/>
+ </implementation>
<implementation name="com.sun.star.comp.svx.UnderlineToolBoxControl"
constructor="com_sun_star_comp_svx_UnderlineToolBoxControl_get_implementation">
<service name="com.sun.star.frame.ToolbarController"/>