diff options
author | Caolán McNamara <caolanm@redhat.com> | 2022-01-26 09:55:12 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2022-01-26 12:07:38 +0100 |
commit | 723a4d450cf67ba9aa48170cbf98000659146d18 (patch) | |
tree | f0ce4b8d81d8abea596131191764b8b65bda859f /include/svtools | |
parent | 6443c79170d0082142850262b293ddec5fcde84b (diff) |
weldPopupWindow is always implemented by now
Change-Id: Ia1f2c6cb66175cd1dc0f5f42fb88f7a901d40cb8
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/128975
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/svtools')
-rw-r--r-- | include/svtools/popupwindowcontroller.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/include/svtools/popupwindowcontroller.hxx b/include/svtools/popupwindowcontroller.hxx index 4d77d084f442..4f1b84f67d69 100644 --- a/include/svtools/popupwindowcontroller.hxx +++ b/include/svtools/popupwindowcontroller.hxx @@ -60,8 +60,8 @@ public: void EndPopupMode(); - virtual VclPtr<vcl::Window> createVclPopupWindow(vcl::Window* pParent) = 0; - virtual std::unique_ptr<WeldToolbarPopup> weldPopupWindow(); + virtual VclPtr<vcl::Window> createVclPopupWindow(vcl::Window* pParent); + virtual std::unique_ptr<WeldToolbarPopup> weldPopupWindow() = 0; // XServiceInfo virtual OUString SAL_CALL getImplementationName() override = 0; |