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 /svtools/source | |
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 'svtools/source')
-rw-r--r-- | svtools/source/uno/popupwindowcontroller.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/svtools/source/uno/popupwindowcontroller.cxx b/svtools/source/uno/popupwindowcontroller.cxx index 8d3efd838bd1..83419b4d92b9 100644 --- a/svtools/source/uno/popupwindowcontroller.cxx +++ b/svtools/source/uno/popupwindowcontroller.cxx @@ -202,7 +202,7 @@ void SAL_CALL PopupWindowController::statusChanged( const frame::FeatureStateEve } } -std::unique_ptr<WeldToolbarPopup> PopupWindowController::weldPopupWindow() +VclPtr<vcl::Window> PopupWindowController::createVclPopupWindow(vcl::Window* /*pParent*/) { return nullptr; } |