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 +-
 svx/source/dialog/SafeModeDialog.cxx                                |    2 +-
 5 files changed, 10 insertions(+), 10 deletions(-)

New commits:
commit 811324120833d9be42b1571dc4317797bd039272
Author:     Samuel Mehrbrodt <[email protected]>
AuthorDate: Mon Jun 20 12:04:52 2022 +0200
Commit:     Samuel Mehrbrodt <[email protected]>
CommitDate: Mon Jun 20 12:04:52 2022 +0200

    Fix domain
    
    Change-Id: Ic8b21b649ba539d86a2802ddd4f2aaf670d0719b

diff --git a/configure.ac b/configure.ac
index 1510a55b055c..5243821494e3 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([LibreOffice powered by 
CIB],[6.4.0.9],[],[],[http://libreoffice.cib.de/])
+AC_INIT([LibreOffice powered by 
CIB],[6.4.0.9],[],[],[https://www.cib.de/libreoffice-poweredbycib/])
 
 dnl libnumbertext needs autoconf 2.68, but that can pick up autoconf268 just 
fine if it is installed
 dnl whereas aclocal (as run by autogen.sh) insists on using autoconf and fails 
hard
diff --git 
a/instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt 
b/instsetoo_native/inc_ooohelppack/windows/msi_templates/Property.idt
index 410f48b8bec2..6f92cc4a621e 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.de
-ARPURLINFOABOUT        https://libreoffice.cib.de
-ARPURLUPDATEINFO       https://libreoffice.cib.de
+ARPHELPLINK    https://www.cib.de/libreoffice-poweredbycib
+ARPURLINFOABOUT        https://www.cib.de/libreoffice-poweredbycib
+ARPURLUPDATEINFO       https://www.cib.de/libreoffice-poweredbycib
 DefaultUIFont  Tahoma8
 DialogCaption  Windows Installer
 DiskPrompt     [1]
diff --git a/instsetoo_native/util/openoffice.lst.in 
b/instsetoo_native/util/openoffice.lst.in
index fd9bf814efb9..4c8092e8b099 100644
--- a/instsetoo_native/util/openoffice.lst.in
+++ b/instsetoo_native/util/openoffice.lst.in
@@ -70,7 +70,7 @@ LibreOfficePoweredByCIB
             CHANGETARGETDIR 1
             PATCHCODEFILE ooo_patchcodes.txt
             STARTCENTER_ADDFEATURE_URL http://extensions.libreoffice.org/
-            STARTCENTER_INFO_URL https://libreoffice.cib.de
+            STARTCENTER_INFO_URL https://www.cib.de/libreoffice-poweredbycib
             STARTCENTER_TEMPLREP_URL http://templates.libreoffice.org/
             DICT_REPO_URL http://extensions.libreoffice.org/dictionaries/
             STARTCENTER_HIDE_EXTERNAL_LINKS 0
@@ -123,7 +123,7 @@ LibreOfficePoweredByCIBDev
             CODEFILENAME codes_ooodev.txt
             LOCALUSERDIR $ORIGIN/..
             STARTCENTER_ADDFEATURE_URL https://extensions.libreoffice.org/
-            STARTCENTER_INFO_URL https://libreoffice.cib.de
+            STARTCENTER_INFO_URL https://www.cib.de/libreoffice-poweredbycib
             STARTCENTER_TEMPLREP_URL https://templates.libreoffice.org/
             DICT_REPO_URL https://extensions.libreoffice.org/dictionaries/
         }
@@ -164,7 +164,7 @@ LibreOfficePoweredByCIB_SDK
             CHANGETARGETDIR 1
             DONTUSESTARTMENUFOLDER 1
             STARTCENTER_ADDFEATURE_URL https://extensions.libreoffice.org/
-            STARTCENTER_INFO_URL https://libreoffice.cib.de
+            STARTCENTER_INFO_URL https://www.cib.de/libreoffice-poweredbycib
             STARTCENTER_TEMPLREP_URL https://templates.libreoffice.org/
             DICT_REPO_URL https://extensions.libreoffice.org/dictionaries/
         }
@@ -209,7 +209,7 @@ LibreOfficePoweredByCIBDev_SDK
             CHANGETARGETDIR 1
             DONTUSESTARTMENUFOLDER 1
             STARTCENTER_ADDFEATURE_URL https://extensions.libreoffice.org/
-            STARTCENTER_INFO_URL https://libreoffice.cib.de
+            STARTCENTER_INFO_URL https://www.cib.de/libreoffice-poweredbycib
             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 400833f9dc79..9df5f4232445 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -549,7 +549,7 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq )
 
         case SID_SEND_FEEDBACK:
         {
-            sfx2::openUriExternally("https://libreoffice.cib.de";, false);
+            
sfx2::openUriExternally("https://www.cib.de/libreoffice-poweredbycib";, false);
             break;
         }
         case SID_DOCUMENTATION:
diff --git a/svx/source/dialog/SafeModeDialog.cxx 
b/svx/source/dialog/SafeModeDialog.cxx
index e62dd4ab2ba0..3d2e0e659b83 100644
--- a/svx/source/dialog/SafeModeDialog.cxx
+++ b/svx/source/dialog/SafeModeDialog.cxx
@@ -91,7 +91,7 @@ SafeModeDialog::SafeModeDialog(weld::Window* pParent)
     RadioBtnHdl(*mxRadioRestore);
 
     // Set URL for help button (module=safemode)
-    mxBugLink->set_uri("https://libreoffice.cib.de";);
+    mxBugLink->set_uri("https://www.cib.de/libreoffice-poweredbycib";);
 
     
mxUserProfileLink->set_uri(comphelper::BackupFileHelper::getUserProfileURL());
 }

Reply via email to