sfx2/source/appl/appserv.cxx         |    5 +----
 svx/source/dialog/SafeModeDialog.cxx |    2 +-
 2 files changed, 2 insertions(+), 5 deletions(-)

New commits:
commit fcd156bd3a0e393ad3a546b8d3c16dcca832e2ed
Author:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
AuthorDate: Tue Feb 1 07:54:43 2022 +0100
Commit:     Samuel Mehrbrodt <samuel.mehrbr...@allotropia.de>
CommitDate: Tue Feb 1 07:54:43 2022 +0100

    Fix support links
    
    Change-Id: I000a8be2915005587e9e9d40f0da5d6834ef99f0

diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx
index 91fd8d941b58..400833f9dc79 100644
--- a/sfx2/source/appl/appserv.cxx
+++ b/sfx2/source/appl/appserv.cxx
@@ -549,10 +549,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://libreoffice.cib.de";, false);
             break;
         }
         case SID_DOCUMENTATION:
diff --git a/svx/source/dialog/SafeModeDialog.cxx 
b/svx/source/dialog/SafeModeDialog.cxx
index da8dbd94fa59..981e7dfe5bab 100644
--- a/svx/source/dialog/SafeModeDialog.cxx
+++ b/svx/source/dialog/SafeModeDialog.cxx
@@ -92,7 +92,7 @@ SafeModeDialog::SafeModeDialog(weld::Window* pParent)
 
     // Set URL for help button (module=safemode)
     OUString lang = 
Application::GetSettings().GetUILanguageTag().getLanguage();
-    OUString 
sURL("https://libreoffice.cib.de/support_%1.html&LOmodule=safemode";);
+    OUString sURL("https://libreoffice.cib.de";);
     sURL = sURL.replaceFirst("%1", lang);
     mxBugLink->set_uri(sURL);
 

Reply via email to