summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKatarina Behrens <Katarina.Behrens@cib.de>2016-02-09 10:38:29 +0100
committerThorsten Behrens <Thorsten.Behrens@CIB.de>2018-01-31 15:00:30 +0100
commit38c6f12f0887d37b45a0e02951a350c29046880d (patch)
treec9044b1a0805b7968275b4eb5d4deb0fb3d6f5bd
parent34ab3071aba06c21711a813cbbeb20abbb246ed6 (diff)
Point to CIB helpdesk
it's pretty mean, b/c German translation (which I can't change) says the site is in English, while CIB site is in German only and can't be switched to other lang Conflicts: sfx2/source/appl/appserv.cxx Change-Id: Ifbbb9e9d2bbee40998c07d1c68b61cd20d77dbc3
-rw-r--r--sfx2/source/appl/appserv.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index de9b8af352f0..1ae278ea01a6 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -497,8 +497,7 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
case SID_SEND_FEEDBACK:
{
OUString module = SfxHelp::GetCurrentModuleIdentifier();
- OUString sURL("http://hub.libreoffice.org/send-feedback/?LOversion=" + utl::ConfigManager::getAboutBoxProductVersion() +
- "&LOlocale=" + utl::ConfigManager::getLocale() + "&LOmodule=" + module.copy(module.lastIndexOf('.') + 1 ) );
+ OUString sURL("http://libreoffice.cib.de/support");
sfx2::openUriExternally(sURL, false);
break;
}