diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 14:48:04 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 16:42:20 +0100 |
commit | 084549285b1683b0efd6f4301e6350f95bded729 (patch) | |
tree | cbd060940d47ddfe781ddee09bba02d607c7efc1 /include/svx/layctrl.hxx | |
parent | 35fbf454055a18c8431808b955b54f2cf3200bb0 (diff) |
weld TableWindow
Change-Id: If3b0f363b8f1f70d7d044a8e75def3fbab3d5e97
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86766
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/layctrl.hxx')
-rw-r--r-- | include/svx/layctrl.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/layctrl.hxx b/include/svx/layctrl.hxx index e56a95ddc1c8..c66c5e671ac0 100644 --- a/include/svx/layctrl.hxx +++ b/include/svx/layctrl.hxx @@ -29,6 +29,7 @@ public: SvxTableToolBoxControl(const css::uno::Reference<css::uno::XComponentContext>& rContext); virtual ~SvxTableToolBoxControl() override; + virtual std::unique_ptr<WeldToolbarPopup> weldPopupWindow() override; using svt::ToolboxController::createPopupWindow; virtual VclPtr<vcl::Window> createPopupWindow( vcl::Window* pParent ) override; |