diff options
Diffstat (limited to 'sfx2')
-rw-r--r-- | sfx2/source/appl/sfxhelp.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx index fad70466e5fe..0d35063ecba8 100644 --- a/sfx2/source/appl/sfxhelp.cxx +++ b/sfx2/source/appl/sfxhelp.cxx @@ -649,6 +649,7 @@ static bool impl_showOnlineHelp( const OUString& rURL ) OUString aHelpLink( "http://help.libreoffice.org/" ); aHelpLink += rURL.copy( aInternal.getLength() ); + aHelpLink = aHelpLink.replaceAll("%2F","/"); try { Reference< XSystemShellExecute > xSystemShell( |