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

New commits:
commit 76f5a8b2cf140dda65a46c2a1ed35e2dcab3d582
Author:     Jan Holesovsky <ke...@collabora.com>
AuthorDate: Thu Aug 9 22:29:59 2018 +0200
Commit:     Andras Timar <andras.ti...@collabora.com>
CommitDate: Fri Aug 10 21:39:42 2018 +0200

    [cp] Switch to our own help instance.
    
    Change-Id: I71b20baacd0cb9859648a720dfed102abb7ab356
    Reviewed-on: https://gerrit.libreoffice.org/58862
    Reviewed-by: Andras Timar <andras.ti...@collabora.com>
    Tested-by: Andras Timar <andras.ti...@collabora.com>

diff --git a/sfx2/source/appl/sfxhelp.cxx b/sfx2/source/appl/sfxhelp.cxx
index 4d770b0f3ee7..473103cf7e47 100644
--- a/sfx2/source/appl/sfxhelp.cxx
+++ b/sfx2/source/appl/sfxhelp.cxx
@@ -539,7 +539,7 @@ static bool impl_showOnlineHelp( const OUString& rURL )
     if ( rURL.getLength() <= aInternal.getLength() || 
!rURL.startsWith(aInternal) )
         return false;
 
-    OUString aHelpLink( "https://help.libreoffice.org/help.html?";  );
+    OUString aHelpLink("https://help.collaboraoffice.com/help.html?";);
 
     OUString aTarget = "Target=" + rURL.copy(aInternal.getLength());
     aTarget = aTarget.replaceAll("%2F", "/").replaceAll("?", "&");
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to