summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThorsten Behrens <thorsten.behrens@allotropia.de>2022-08-19 10:49:53 +0200
committerThorsten Behrens <thorsten.behrens@allotropia.de>2022-08-19 11:16:12 +0200
commit2e290b1068ccd85b9751cfa4f38089d7686aea88 (patch)
tree24ea05ab1f7719204217d296f655f33cbb0ceac1
parent[CIBO] Additional rebranding artwork changes (diff)
downloadcore-2e290b1068ccd85b9751cfa4f38089d7686aea88.tar.gz
core-2e290b1068ccd85b9751cfa4f38089d7686aea88.zip
[CIBO] Update product URLs
Change-Id: Ibae24aa103d96c451e6f5ae9b632d1f1d63fb1b4
-rw-r--r--configure.ac2
-rw-r--r--instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt6
-rw-r--r--instsetoo_native/util/openoffice.lst.in8
-rw-r--r--sfx2/source/appl/appserv.cxx5
4 files changed, 9 insertions, 12 deletions
diff --git a/configure.ac b/configure.ac
index 5dd920612bc6..3654054067c9 100644
--- a/configure.ac
+++ b/configure.ac
@@ -9,7 +9,7 @@ dnl in order to create a configure script.
# several non-alphanumeric characters, those are split off and used only for the
# ABOUTBOXPRODUCTVERSIONSUFFIX in openoffice.lst. Why that is necessary, no idea.
-AC_INIT([CIB Office],[6.1.7.35],[],[],[https://libreoffice.cib.eu/])
+AC_INIT([CIB Office],[6.1.7.35],[],[],[https://www.cib.de/ciboffice/])
AC_PREREQ([2.59])
diff --git a/instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt b/instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt
index 1e78c7476822..dab2e830f194 100644
--- a/instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt
+++ b/instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt
@@ -8,9 +8,9 @@ ApplicationUsers AllUsers
ALLUSERS 1
ARPCOMMENTS ARPCOMMENTSTEMPLATE
ARPCONTACT CIB software GmbH
-ARPHELPLINK https://libreoffice.cib.eu
-ARPURLINFOABOUT https://libreoffice.cib.eu
-ARPURLUPDATEINFO https://libreoffice.cib.eu
+ARPHELPLINK https://www.cib.de/ciboffice
+ARPURLINFOABOUT https://www.cib.de/ciboffice
+ARPURLUPDATEINFO https://www.cib.de/ciboffice
DefaultUIFont Tahoma8
DialogCaption Windows Installer
DiskPrompt [1]
diff --git a/instsetoo_native/util/openoffice.lst.in b/instsetoo_native/util/openoffice.lst.in
index 45b64218e455..2becd6ce9b99 100644
--- a/instsetoo_native/util/openoffice.lst.in
+++ b/instsetoo_native/util/openoffice.lst.in
@@ -71,7 +71,7 @@ CIBOffice
CHANGETARGETDIR 1
PATCHCODEFILE ooo_patchcodes.txt
STARTCENTER_ADDFEATURE_URL http://extensions.libreoffice.org/
- STARTCENTER_INFO_URL https://libreoffice.cib.eu
+ STARTCENTER_INFO_URL https://www.cib.de/ciboffice
STARTCENTER_TEMPLREP_URL http://templates.libreoffice.org/
DICT_REPO_URL http://extensions.libreoffice.org/dictionaries/
STARTCENTER_HIDE_EXTERNAL_LINKS 0
@@ -124,7 +124,7 @@ CIBOfficeDev
CODEFILENAME codes_ooodev.txt
LOCALUSERDIR $ORIGIN/..
STARTCENTER_ADDFEATURE_URL https://extensions.libreoffice.org/
- STARTCENTER_INFO_URL https://libreoffice.cib.eu
+ STARTCENTER_INFO_URL https://www.cib.de/ciboffice
STARTCENTER_TEMPLREP_URL https://templates.libreoffice.org/
DICT_REPO_URL https://extensions.libreoffice.org/dictionaries/
}
@@ -165,7 +165,7 @@ CIBOffice_SDK
CHANGETARGETDIR 1
DONTUSESTARTMENUFOLDER 1
STARTCENTER_ADDFEATURE_URL https://extensions.libreoffice.org/
- STARTCENTER_INFO_URL https://libreoffice.cib.eu
+ STARTCENTER_INFO_URL https://www.cib.de/ciboffice
STARTCENTER_TEMPLREP_URL https://templates.libreoffice.org/
DICT_REPO_URL https://extensions.libreoffice.org/dictionaries/
}
@@ -210,7 +210,7 @@ CIBOfficeDev_SDK
CHANGETARGETDIR 1
DONTUSESTARTMENUFOLDER 1
STARTCENTER_ADDFEATURE_URL https://extensions.libreoffice.org/
- STARTCENTER_INFO_URL https://libreoffice.cib.eu
+ STARTCENTER_INFO_URL https://www.cib.de/ciboffice
STARTCENTER_TEMPLREP_URL https://templates.libreoffice.org/
DICT_REPO_URL https://extensions.libreoffice.org/dictionaries/
}
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index f0524f2dd803..66026e064921 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -532,10 +532,7 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
case SID_SEND_FEEDBACK:
{
- OUString lang = Application::GetSettings().GetUILanguageTag().getLanguage();
- OUString sURL("https://libreoffice.cib.de/support_%1.html");
- sURL = sURL.replaceFirst("%1", lang);
- sfx2::openUriExternally(sURL, false);
+ sfx2::openUriExternally("https://www.cib.de/ciboffice", false);
break;
}