sfx2/source/appl/sfxhelp.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 46b9d35ceaba80ce73fb0b4b5a87dbdf0a674628
Author: Olivier Hallot <olivier.hal...@libreoffice.org>
Date:   Wed Aug 2 20:10:46 2017 -0300

    tdf#97745 use lowercase names for file
    
    Change-Id: I7de7855c65a273bc94019c61c25d8a44b5c55b7b
    Reviewed-on: https://gerrit.libreoffice.org/40698
    Reviewed-by: Olivier Hallot <olivier.hal...@edx.srv.br>
    Tested-by: Olivier Hallot <olivier.hal...@edx.srv.br>

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","/");
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to