[Libreoffice-commits] core.git: sfx2/source

Olivier Hallot olivier.hallot at libreoffice.org
Wed Aug 2 12:56:24 UTC 2017


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

New commits:
commit 94bbc7afdd90a2551a8efe9e215f8d4800358032
Author: Olivier Hallot <olivier.hallot at libreoffice.org>
Date:   Wed Aug 2 01:06:01 2017 -0300

    tdf#97745 rename index,html to LOHelp.html
    
    Index.html is not a good name on a website that is called
    from LibreOffice. Use LOHelp.html instead to handle
    special case of URLs comming from LibreOffice help call.
    
    Change-Id: I0f33e56c0e6eb81deebeaedf6e24b9c3c791a68c
    Reviewed-on: https://gerrit.libreoffice.org/40662
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Olivier Hallot <olivier.hallot at edx.srv.br>
    Tested-by: Olivier Hallot <olivier.hallot at edx.srv.br>

diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index 4df7cbd8d7bd..fa323ddce065 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/index.html?"  );
+    OUString aHelpLink( "http://helponline.libreoffice.org/LOHelp.html?"  );
 
     aHelpLink += rURL.copy( aInternal.getLength() );
     aHelpLink = aHelpLink.replaceAll("%2F","/");


More information about the Libreoffice-commits mailing list