diff options
author | Ashod Nakashian <ashod.nakashian@collabora.co.uk> | 2019-03-11 22:40:32 -0400 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2019-03-13 22:49:17 +0100 |
commit | ed901c336ff0b99291ffe53be6bd762abcccf55c (patch) | |
tree | 8f51dbc782410a9a75e5268e584b7e872404de22 /include/vcl | |
parent | 1634a6d926c6cfd8fe92be1f3ae6083d2fb80f5e (diff) |
Make the Help URL configurable
When the Help URL is blank, the Help
buttons are hidden LOK (but not desktop).
Change-Id: Ibd76452108d1e3a92fb43f2c0af0586b0cbed073
Reviewed-on: https://gerrit.libreoffice.org/69071
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
Reviewed-on: https://gerrit.libreoffice.org/69142
Tested-by: Jenkins
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/button.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/vcl/button.hxx b/include/vcl/button.hxx index 3aca65e5f039..4e420a02cde9 100644 --- a/include/vcl/button.hxx +++ b/include/vcl/button.hxx @@ -266,6 +266,8 @@ private: HelpButton( const HelpButton & ) = delete; HelpButton & operator= ( const HelpButton & ) = delete; + virtual void StateChanged( StateChangedType nStateChange ) override; + public: explicit HelpButton( vcl::Window* pParent, WinBits nStyle = 0 ); |