diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 13:00:21 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 16:25:20 +0100 |
commit | 1e5edbc5ac1be50c68a670879bd9c64514cf2f58 (patch) | |
tree | eb68432ab8ba487d47723db61be538908a5b98a9 /sd | |
parent | 440aac4e8c89029d6e7c09cd2a97d71674ed920a (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 'sd')
-rw-r--r-- | sd/source/ui/app/sddll.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/sd/source/ui/app/sddll.cxx b/sd/source/ui/app/sddll.cxx index 0e63a002a6f6..5cfa2930a9de 100644 --- a/sd/source/ui/app/sddll.cxx +++ b/sd/source/ui/app/sddll.cxx @@ -220,7 +220,6 @@ void SdDLL::RegisterControllers(SdModule* pMod) #endif XmlSecStatusBarControl::RegisterControl( SID_SIGNATURE, pMod ); SdTemplateControl::RegisterControl( SID_STATUS_LAYOUT, pMod ); - SvxTableToolBoxControl::RegisterControl(SID_INSERT_TABLE, pMod ); SvxTbxCtlDraw::RegisterControl(SID_INSERT_DRAW, pMod ); EmojiPopup::RegisterControl(SID_EMOJI_CONTROL, pMod ); |