diff options
author | Caolán McNamara <caolanm@redhat.com> | 2011-03-18 20:58:26 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2011-03-18 20:58:26 +0000 |
commit | a149b16d4a3dbefb2fceea5fafcc92297b42cd18 (patch) | |
tree | 4e1736b3e972391f602f0e51f35a0b6cfb313a0a /sfx2 | |
parent | 8079924b52d505a6be195161b71c6f698898c61d (diff) |
we seem to have lost the use of rLang after the merge
Diffstat (limited to 'sfx2')
-rwxr-xr-x | sfx2/source/appl/sfxhelp.cxx | 2 |
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 ); |