diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-01-13 12:55:23 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-01-13 18:29:14 +0100 |
commit | bd738ed736cc5e1f4ed8e81c3691538d401bbf65 (patch) | |
tree | e043f481390e9c67dc7a4670e7b46b6fb2d4f6f7 /include/svx/TextCharacterSpacingPopup.hxx | |
parent | c9ba69cdfaaf19695fc8e40ba7af1d06490a123f (diff) |
weld TextCharacterSpacingControl
Change-Id: Id0789c8c590a120efa8585d45fe7f5cdb0077cbb
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/86694
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svx/TextCharacterSpacingPopup.hxx')
-rw-r--r-- | include/svx/TextCharacterSpacingPopup.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/svx/TextCharacterSpacingPopup.hxx b/include/svx/TextCharacterSpacingPopup.hxx index 1efc2d9a170f..2074e468373d 100644 --- a/include/svx/TextCharacterSpacingPopup.hxx +++ b/include/svx/TextCharacterSpacingPopup.hxx @@ -30,6 +30,7 @@ public: TextCharacterSpacingPopup(const css::uno::Reference<css::uno::XComponentContext>& rContext); virtual ~TextCharacterSpacingPopup() override; + virtual std::unique_ptr<WeldToolbarPopup> weldPopupWindow() override; using svt::ToolboxController::createPopupWindow; virtual VclPtr<vcl::Window> createPopupWindow( vcl::Window* pParent ) override; |