summaryrefslogtreecommitdiff
path: root/sw
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-01-14 13:00:21 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-01-14 16:25:20 +0100
commit1e5edbc5ac1be50c68a670879bd9c64514cf2f58 (patch)
treeeb68432ab8ba487d47723db61be538908a5b98a9 /sw
parent440aac4e8c89029d6e7c09cd2a97d71674ed920a (diff)
rework SvxTableToolBoxControl as PopupWindowController
and refactor its drawing into a DrawingArea widget Change-Id: Iecaef02fcfaa04b3096d80c3fc2648690a190bd9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86762 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw')
-rw-r--r--sw/source/uibase/app/swmodule.cxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/sw/source/uibase/app/swmodule.cxx b/sw/source/uibase/app/swmodule.cxx
index 508dd07fdc8a..9355dcb3f0ec 100644
--- a/sw/source/uibase/app/swmodule.cxx
+++ b/sw/source/uibase/app/swmodule.cxx
@@ -296,8 +296,6 @@ void SwDLL::RegisterControls()
SvxColumnsToolBoxControl::RegisterControl(FN_INSERT_FRAME_INTERACT, pMod );
SvxColumnsToolBoxControl::RegisterControl(FN_INSERT_FRAME, pMod );
SvxColumnsToolBoxControl::RegisterControl(FN_INSERT_REGION, pMod );
- SvxTableToolBoxControl::RegisterControl(FN_INSERT_TABLE, pMod );
- SvxTableToolBoxControl::RegisterControl(FN_SHOW_MULTIPLE_PAGES, pMod );
SwZoomControl::RegisterControl(SID_ATTR_ZOOM, pMod );
SwPreviewZoomControl::RegisterControl(FN_PREVIEW_ZOOM, pMod);