summaryrefslogtreecommitdiff
path: root/sfx2/source/appl/sfxhelp.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'sfx2/source/appl/sfxhelp.cxx')
-rw-r--r--sfx2/source/appl/sfxhelp.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index 209de19721b3..59005019f08b 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -494,12 +494,12 @@ static bool impl_hasHelpInstalled( const OUString &rLang = OUString() )
return !aFactories.empty();
}
-sal_Bool SfxHelp::SearchKeyword( const OUString& rKeyword )
+bool SfxHelp::SearchKeyword( const OUString& rKeyword )
{
return Start_Impl( OUString(), NULL, rKeyword );
}
-sal_Bool SfxHelp::Start( const OUString& rURL, const Window* pWindow )
+bool SfxHelp::Start( const OUString& rURL, const Window* pWindow )
{
return Start_Impl( rURL, pWindow, OUString() );
}