Kaydet (Commit) a149b16d authored tarafından Caolán McNamara's avatar Caolán McNamara

we seem to have lost the use of rLang after the merge

üst 8079924b
...@@ -704,7 +704,7 @@ XubString SfxHelp::GetHelpText( const String& aCommandURL, const Window* pWindow ...@@ -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 );
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment