summaryrefslogtreecommitdiff
path: root/sw
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 /sw
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 'sw')
-rw-r--r--sw/source/uibase/app/swmodule.cxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/sw/source/uibase/app/swmodule.cxx b/sw/source/uibase/app/swmodule.cxx
index d2f60c269e49..c9ba933ee7a6 100644
--- a/sw/source/uibase/app/swmodule.cxx
+++ b/sw/source/uibase/app/swmodule.cxx
@@ -291,10 +291,6 @@ void SwDLL::RegisterControls()
SvxStyleToolBoxControl::RegisterControl(SID_STYLE_APPLY, pMod );
- SvxColumnsToolBoxControl::RegisterControl(FN_INSERT_FRAME_INTERACT, pMod );
- SvxColumnsToolBoxControl::RegisterControl(FN_INSERT_FRAME, pMod );
- SvxColumnsToolBoxControl::RegisterControl(FN_INSERT_REGION, pMod );
-
SwZoomControl::RegisterControl(SID_ATTR_ZOOM, pMod );
SwPreviewZoomControl::RegisterControl(FN_PREVIEW_ZOOM, pMod);
SvxPosSizeStatusBarControl::RegisterControl(0, pMod );