svx/source/dialog/SafeModeDialog.cxx |    5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

New commits:
commit 4cefe6119a0328a1ddbf548f707b882c7e20dd47
Author:     Samuel Mehrbrodt <[email protected]>
AuthorDate: Tue Feb 1 09:08:33 2022 +0100
Commit:     Samuel Mehrbrodt <[email protected]>
CommitDate: Tue Feb 1 09:08:33 2022 +0100

    Cleanup after fcd156bd3a0e393ad3a546b8d3c16dcca832e2ed
    
    Change-Id: Ib5c27024e2e4df654c3907ed3ef8ecb101682e64

diff --git a/svx/source/dialog/SafeModeDialog.cxx 
b/svx/source/dialog/SafeModeDialog.cxx
index 981e7dfe5bab..e62dd4ab2ba0 100644
--- a/svx/source/dialog/SafeModeDialog.cxx
+++ b/svx/source/dialog/SafeModeDialog.cxx
@@ -91,10 +91,7 @@ SafeModeDialog::SafeModeDialog(weld::Window* pParent)
     RadioBtnHdl(*mxRadioRestore);
 
     // Set URL for help button (module=safemode)
-    OUString lang = 
Application::GetSettings().GetUILanguageTag().getLanguage();
-    OUString sURL("https://libreoffice.cib.de";);
-    sURL = sURL.replaceFirst("%1", lang);
-    mxBugLink->set_uri(sURL);
+    mxBugLink->set_uri("https://libreoffice.cib.de";);
 
     
mxUserProfileLink->set_uri(comphelper::BackupFileHelper::getUserProfileURL());
 }

Reply via email to