diff options
author | Caolán McNamara <caolanm@redhat.com> | 2019-08-22 11:15:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2019-08-22 18:26:41 +0200 |
commit | d661cb17610af93b1607025284f23187c6d2fc06 (patch) | |
tree | 855cf44dd6d3cb6232b0aaa2087da770350d202a /include/vcl/weld.hxx | |
parent | 38001018fa06f721cf87edae923b54ce9a5ab5a7 (diff) |
weld chart CreationWizard
Change-Id: I7ee88c1e1b0eca5c2510a4bbba8b60c0d8a4e3e8
Reviewed-on: https://gerrit.libreoffice.org/77954
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/weld.hxx')
-rw-r--r-- | include/vcl/weld.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/weld.hxx b/include/vcl/weld.hxx index d4b688243c68..61deac2be88a 100644 --- a/include/vcl/weld.hxx +++ b/include/vcl/weld.hxx @@ -480,6 +480,8 @@ public: virtual void set_page_sensitive(const OString& rIdent, bool bSensitive) = 0; virtual weld::Container* append_page(const OString& rIdent) = 0; + virtual void set_page_side_help_id(const OString& rHelpId) = 0; + void connect_jump_page(const Link<const OString&, bool>& rLink) { m_aJumpPageHdl = rLink; } }; |