summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-01-13 15:12:39 +0000
committerCaolán McNamara <caolanm@redhat.com>2020-01-13 18:32:03 +0100
commite08f680c78d4f73ddeda658cea713fdecf7a4a1b (patch)
treeb5ae5450aa7650472a869533f8095b4531f24482 /include
parentc81afdb5118536b2e2365a9a9af6b6e162c87aeb (diff)
weld TextUnderlineControl
Change-Id: I9ebf3b1e9c4509c0568d26370d5a97c5c60baedd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86699 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include')
-rw-r--r--include/svx/TextUnderlinePopup.hxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/TextUnderlinePopup.hxx b/include/svx/TextUnderlinePopup.hxx
index 6dc64face2b1..2132cbec94a2 100644
--- a/include/svx/TextUnderlinePopup.hxx
+++ b/include/svx/TextUnderlinePopup.hxx
@@ -30,6 +30,7 @@ public:
TextUnderlinePopup(const css::uno::Reference<css::uno::XComponentContext>& rContext);
virtual ~TextUnderlinePopup() override;
+ virtual std::unique_ptr<WeldToolbarPopup> weldPopupWindow() override;
using svt::ToolboxController::createPopupWindow;
virtual VclPtr<vcl::Window> createPopupWindow( vcl::Window* pParent ) override;