summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOlivier Hallot <olivier.hallot@libreoffice.org>2017-08-02 20:10:46 -0300
committerOlivier Hallot <olivier.hallot@edx.srv.br>2017-08-03 01:33:02 +0200
commit46b9d35ceaba80ce73fb0b4b5a87dbdf0a674628 (patch)
treeac772a981ecb9831241b899205199d2de826ed1a
parent6cb712007dabcf82d9d5da03821374f5a0aecba1 (diff)
tdf#97745 use lowercase names for file
Change-Id: I7de7855c65a273bc94019c61c25d8a44b5c55b7b Reviewed-on: https://gerrit.libreoffice.org/40698 Reviewed-by: Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by: Olivier Hallot <olivier.hallot@edx.srv.br>
-rw-r--r--sfx2/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 fa323ddce065..7773c29b9a50 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -530,7 +530,7 @@ static bool impl_showOnlineHelp( const OUString& rURL )
if ( rURL.getLength() <= aInternal.getLength() || !rURL.startsWith(aInternal) )
return false;
- OUString aHelpLink( "http://helponline.libreoffice.org/LOHelp.html?" );
+ OUString aHelpLink( "http://helponline.libreoffice.org/help.html?" );
aHelpLink += rURL.copy( aInternal.getLength() );
aHelpLink = aHelpLink.replaceAll("%2F","/");