summaryrefslogtreecommitdiff
path: root/include/sfx2/sfxhelp.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/sfx2/sfxhelp.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/sfx2/sfxhelp.hxx')
-rw-r--r--include/sfx2/sfxhelp.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/sfx2/sfxhelp.hxx b/include/sfx2/sfxhelp.hxx
index bdfaaf867143..99ca1a062f04 100644
--- a/include/sfx2/sfxhelp.hxx
+++ b/include/sfx2/sfxhelp.hxx
@@ -45,7 +45,8 @@ public:
SfxHelp();
virtual ~SfxHelp() override;
- virtual OUString GetHelpText( const OUString&, const vcl::Window* pWindow ) override;
+ virtual OUString GetHelpText(const OUString&, const vcl::Window* pWindow) override;
+ virtual OUString GetHelpText(const OUString&, const weld::Widget* pWindow) override;
static OUString CreateHelpURL( const OUString& aCommandURL, const OUString& rModuleName );
static OUString GetDefaultHelpModule();