summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-03-18 20:58:26 +0000
committerCaolán McNamara <caolanm@redhat.com>2011-03-18 20:58:26 +0000
commita149b16d4a3dbefb2fceea5fafcc92297b42cd18 (patch)
tree4e1736b3e972391f602f0e51f35a0b6cfb313a0a /sfx2
parent8079924b52d505a6be195161b71c6f698898c61d (diff)
we seem to have lost the use of rLang after the merge
Diffstat (limited to 'sfx2')
-rwxr-xr-xsfx2/source/appl/sfxhelp.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index 39e2f117ad8a..6ab161be9f33 100755
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -704,7 +704,7 @@ XubString SfxHelp::GetHelpText( const String& aCommandURL, const Window* pWindow
static bool impl_hasHelpInstalled( const rtl::OUString &rLang = rtl::OUString() )
{
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 );
return ( aFactories.getLength() != 0 );