diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 16:33:52 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-14 21:26:21 +0100 |
commit | 0b87cacaedf47c49065df284f8d10d40d664f9bd (patch) | |
tree | c5dfeb933d18de23a412771e174928abc81c5750 /sw/inc | |
parent | 776797b6a46fa545a661cc81f51a2be555ecd7fe (diff) |
weld PageMarginControl
Change-Id: Ie0af7bf21a8804620746fe42ad009717db65bf24
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86783
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'sw/inc')
-rw-r--r-- | sw/inc/PageMarginPopup.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sw/inc/PageMarginPopup.hxx b/sw/inc/PageMarginPopup.hxx index 3a31544b74a1..c4ec2e634066 100644 --- a/sw/inc/PageMarginPopup.hxx +++ b/sw/inc/PageMarginPopup.hxx @@ -28,6 +28,7 @@ public: PageMarginPopup(const css::uno::Reference<css::uno::XComponentContext>& rContext); virtual ~PageMarginPopup() override; + virtual std::unique_ptr<WeldToolbarPopup> weldPopupWindow() override; using svt::ToolboxController::createPopupWindow; virtual VclPtr<vcl::Window> createPopupWindow( vcl::Window* pParent ) override; |