summaryrefslogtreecommitdiff
path: root/include/vcl/window.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-02-17 21:21:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-02-19 16:54:33 +0100
commit837ba68ac04ed52716eef531f034b6a49f576178 (patch)
tree0b0188a7280d7722cb29f72d9b10f519ccfc13ad /include/vcl/window.hxx
parent82a213880ff3927d8b2b3e5135743002a3b4df35 (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 'include/vcl/window.hxx')
-rw-r--r--include/vcl/window.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/window.hxx b/include/vcl/window.hxx
index 4c286ba861c7..9acf3450a391 100644
--- a/include/vcl/window.hxx
+++ b/include/vcl/window.hxx
@@ -1581,6 +1581,8 @@ public:
virtual FactoryFunction GetUITestFactory() const;
virtual bool IsChart() const { return false; }
+
+ void SetHelpHdl(const Link<vcl::Window&, bool>& rLink);
};
}