we seem to have lost the use of rLang after the merge
This commit is contained in:
@@ -704,7 +704,7 @@ XubString SfxHelp::GetHelpText( const String& aCommandURL, const Window* pWindow
|
|||||||
static bool impl_hasHelpInstalled( const rtl::OUString &rLang = rtl::OUString() )
|
static bool impl_hasHelpInstalled( const rtl::OUString &rLang = rtl::OUString() )
|
||||||
{
|
{
|
||||||
String aHelpRootURL( DEFINE_CONST_OUSTRING("vnd.sun.star.help://") );
|
String aHelpRootURL( DEFINE_CONST_OUSTRING("vnd.sun.star.help://") );
|
||||||
AppendConfigToken( aHelpRootURL, sal_True );
|
AppendConfigToken( aHelpRootURL, sal_True, rLang );
|
||||||
Sequence< ::rtl::OUString > aFactories = SfxContentHelper::GetResultSet( aHelpRootURL );
|
Sequence< ::rtl::OUString > aFactories = SfxContentHelper::GetResultSet( aHelpRootURL );
|
||||||
|
|
||||||
return ( aFactories.getLength() != 0 );
|
return ( aFactories.getLength() != 0 );
|
||||||
|
Reference in New Issue
Block a user