summaryrefslogtreecommitdiff
path: root/sfx2
diff options
context:
space:
mode:
authorJan Holesovsky <kendy@collabora.com>2018-08-09 22:29:59 +0200
committerAndras Timar <andras.timar@collabora.com>2018-08-10 21:39:42 +0200
commit76f5a8b2cf140dda65a46c2a1ed35e2dcab3d582 (patch)
tree23453fb03e5abb6e3d4448a52c3736a999ea6470 /sfx2
parenta7485a5db36dc8a8e61285384eed06c46e6a5b53 (diff)
[cp] Switch to our own help instance.
Change-Id: I71b20baacd0cb9859648a720dfed102abb7ab356 Reviewed-on: https://gerrit.libreoffice.org/58862 Reviewed-by: Andras Timar <andras.timar@collabora.com> Tested-by: Andras Timar <andras.timar@collabora.com>
Diffstat (limited to 'sfx2')
-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 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("?", "&");