configure.ac                                                        |    2 +-
 instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt |    6 
+++---
 instsetoo_native/util/openoffice.lst.in                             |    8 
++++----
 sfx2/source/appl/appserv.cxx                                        |    2 +-
 4 files changed, 9 insertions(+), 9 deletions(-)

New commits:
commit 666d288cd412daa6b7b0d3eb782d514601b9d06b
Author:     Thorsten Behrens <thorsten.behr...@allotropia.de>
AuthorDate: Fri Sep 9 04:49:30 2022 +0200
Commit:     Thorsten Behrens <thorsten.behr...@allotropia.de>
CommitDate: Fri Sep 9 04:49:30 2022 +0200

    Update product URLs
    
    Change-Id: I32399f425550db2cfeeb314a1055dbb49ca9cf74

diff --git a/configure.ac b/configure.ac
index 7acafadac987..d89c8cdfe728 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.36],[],[],[https://www.cib.de/ciboffice/])
+AC_INIT([CIB Office],[6.1.7.36],[],[],[https://www.cib.de/office/])
 
 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 dab2e830f194..3b3a2b351b07 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://www.cib.de/ciboffice
-ARPURLINFOABOUT        https://www.cib.de/ciboffice
-ARPURLUPDATEINFO       https://www.cib.de/ciboffice
+ARPHELPLINK    https://www.cib.de/office
+ARPURLINFOABOUT        https://www.cib.de/office
+ARPURLUPDATEINFO       https://www.cib.de/office
 DefaultUIFont  Tahoma8
 DialogCaption  Windows Installer
 DiskPrompt     [1]
diff --git a/instsetoo_native/util/openoffice.lst.in 
b/instsetoo_native/util/openoffice.lst.in
index 2becd6ce9b99..a9849406f38e 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://www.cib.de/ciboffice
+            STARTCENTER_INFO_URL https://www.cib.de/office
             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://www.cib.de/ciboffice
+            STARTCENTER_INFO_URL https://www.cib.de/office
             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://www.cib.de/ciboffice
+            STARTCENTER_INFO_URL https://www.cib.de/office
             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://www.cib.de/ciboffice
+            STARTCENTER_INFO_URL https://www.cib.de/office
             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 66026e064921..bca47ee34ce8 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -532,7 +532,7 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
 
         case SID_SEND_FEEDBACK:
         {
-            sfx2::openUriExternally("https://www.cib.de/ciboffice";, false);
+            sfx2::openUriExternally("https://www.cib.de/office";, false);
             break;
         }
 

Reply via email to