[Libreoffice-commits] core.git: Branch 'distro/collabora/cp-6.0' - sfx2/source
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Fri Aug 10 19:40:06 UTC 2018
sfx2/source/appl/sfxhelp.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 76f5a8b2cf140dda65a46c2a1ed35e2dcab3d582
Author: Jan Holesovsky <kendy at collabora.com>
AuthorDate: Thu Aug 9 22:29:59 2018 +0200
Commit: Andras Timar <andras.timar at 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.timar at collabora.com>
Tested-by: Andras Timar <andras.timar at 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("?", "&");
More information about the Libreoffice-commits
mailing list