diff options
author | Caolán McNamara <caolanm@redhat.com> | 2018-11-23 09:14:32 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2018-11-23 21:28:16 +0100 |
commit | f27bfc190d4105b9d057980a5e6f0eac07f88aba (patch) | |
tree | 8d0fbaad824a09d86bd22294d72f551490c42313 /include/vcl/help.hxx | |
parent | 9c0c5bc5ba01f1a07abe918730675dd3c7497bb7 (diff) |
weld SfxMacroTabPage
Change-Id: I167dd233c8af64e31f0e266bac5cf5b9c4658ca6
Reviewed-on: https://gerrit.libreoffice.org/63893
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'include/vcl/help.hxx')
-rw-r--r-- | include/vcl/help.hxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/vcl/help.hxx b/include/vcl/help.hxx index 80353b263c09..2c467974fdc5 100644 --- a/include/vcl/help.hxx +++ b/include/vcl/help.hxx @@ -69,7 +69,8 @@ public: virtual bool Start(const OUString& rHelpId, const vcl::Window* pWindow); virtual bool Start(const OUString& rHelpId, weld::Widget* pWidget); virtual void SearchKeyword( const OUString& rKeyWord ); - virtual OUString GetHelpText( const OUString& aHelpURL, const vcl::Window* pWindow ); + virtual OUString GetHelpText(const OUString& aHelpURL, const vcl::Window* pWindow); + virtual OUString GetHelpText(const OUString& aHelpURL, const weld::Widget* pWidget); static void EnableContextHelp(); static void DisableContextHelp(); |