diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-02-17 21:21:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-02-19 16:54:33 +0100 |
commit | 837ba68ac04ed52716eef531f034b6a49f576178 (patch) | |
tree | 0b0188a7280d7722cb29f72d9b10f519ccfc13ad /vcl/inc/window.h | |
parent | 82a213880ff3927d8b2b3e5135743002a3b4df35 (diff) |
weld: hook up help response
and keep the current legacy ownership behaviour when welding the
legacy backend
Change-Id: I7e1f90f2d235abf0e10062b4be11ba5150bbdbfb
Reviewed-on: https://gerrit.libreoffice.org/49918
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl/inc/window.h')
-rw-r--r-- | vcl/inc/window.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/inc/window.h b/vcl/inc/window.h index 5c942db6c1e0..a0f158f8d559 100644 --- a/vcl/inc/window.h +++ b/vcl/inc/window.h @@ -237,6 +237,7 @@ public: std::vector<Link<VclWindowEvent&,void>> maChildEventListeners; int mnChildEventListenersIteratingCount; std::set<Link<VclWindowEvent&,void>> maChildEventListenersDeleted; + Link<vcl::Window&, bool> maHelpRequestHdl; // The canvas interface for this VCL window. Is persistent after the first GetCanvas() call css::uno::WeakReference< css::rendering::XCanvas > mxCanvas; |