summaryrefslogtreecommitdiff
path: root/include/vcl/help.hxx
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2018-11-23 09:14:32 +0000
committerCaolán McNamara <caolanm@redhat.com>2018-11-23 21:28:16 +0100
commitf27bfc190d4105b9d057980a5e6f0eac07f88aba (patch)
tree8d0fbaad824a09d86bd22294d72f551490c42313 /include/vcl/help.hxx
parent9c0c5bc5ba01f1a07abe918730675dd3c7497bb7 (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.hxx3
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();