diff options
author | Caolán McNamara <caolanm@redhat.com> | 2020-12-04 15:18:38 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2020-12-04 17:48:20 +0100 |
commit | d97a819abe84fe667f8b136b1c2adaec5ca7196e (patch) | |
tree | 385c14608eb25c8a817f3aba02991ed1e159fd56 /toolkit/inc | |
parent | d087459826212867e72a0031d3b2e91941140f60 (diff) |
add a way to get an awt::XPopupMenu from a PopupMenu
Change-Id: Ia1cde3b60b71ed9e4d0b7dc8d9ad0b2899d60b98
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/107229
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'toolkit/inc')
-rw-r--r-- | toolkit/inc/helper/unowrapper.hxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/toolkit/inc/helper/unowrapper.hxx b/toolkit/inc/helper/unowrapper.hxx index cfb890584c61..6e10e870506d 100644 --- a/toolkit/inc/helper/unowrapper.hxx +++ b/toolkit/inc/helper/unowrapper.hxx @@ -55,6 +55,9 @@ public: virtual void SetWindowInterface( vcl::Window* pWindow, css::uno::Reference< css::awt::XWindowPeer> xIFace ) override; virtual VclPtr<vcl::Window> GetWindow(const css::uno::Reference<css::awt::XWindow>& rxWindow) override; + // Menu + virtual css::uno::Reference<css::awt::XPopupMenu> CreateMenuInterface( PopupMenu* pPopupMenu ) override; + void WindowDestroyed( vcl::Window* pWindow ) override; // Accessibility |