diff options
Diffstat (limited to 'toolkit/inc/helper')
-rw-r--r-- | toolkit/inc/helper/unowrapper.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/toolkit/inc/helper/unowrapper.hxx b/toolkit/inc/helper/unowrapper.hxx index f58494a70a08..31844f12cd35 100644 --- a/toolkit/inc/helper/unowrapper.hxx +++ b/toolkit/inc/helper/unowrapper.hxx @@ -54,6 +54,7 @@ public: // Window virtual css::uno::Reference< css::awt::XWindowPeer> GetWindowInterface( vcl::Window* pWindow ) override; 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; void WindowDestroyed( vcl::Window* pWindow ) override; |