svx/source/dialog/crashreportdlg.cxx |    3 ---
 svx/source/dialog/crashreportdlg.hxx |    1 -
 svx/uiconfig/ui/crashreportdlg.ui    |   17 +----------------
 3 files changed, 1 insertion(+), 20 deletions(-)

New commits:
commit 3d9ceec803fcd7e0209c9b0524eda335678a2ccf
Author:     Samuel Mehrbrodt <[email protected]>
AuthorDate: Wed Dec 8 10:40:44 2021 +0100
Commit:     Thorsten Behrens <[email protected]>
CommitDate: Wed Dec 8 19:37:51 2021 +0100

    Adapt crash submitted dialog
    
    Don't link to crashreport site, just show the ID
    
    Change-Id: I436b4503657ca42afb98ca5efb5a7f306b102df8
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126539
    Tested-by: Thorsten Behrens <[email protected]>
    Reviewed-by: Thorsten Behrens <[email protected]>

diff --git a/svx/source/dialog/crashreportdlg.cxx 
b/svx/source/dialog/crashreportdlg.cxx
index 482af1f28950..7c2009e10b05 100644
--- a/svx/source/dialog/crashreportdlg.cxx
+++ b/svx/source/dialog/crashreportdlg.cxx
@@ -30,7 +30,6 @@ CrashReportDialog::CrashReportDialog(vcl::Window* pParent):
     get(mpBtnClose, "btn_close");
     get(mpEditPreUpload, "ed_pre");
     get(mpEditPostUpload, "ed_post");
-    get(mpFtBugReport, "ed_bugreport");
     get(mpCBSafeMode, "check_safemode");
 
     maSuccessMsg = mpEditPostUpload->GetText();
@@ -53,7 +52,6 @@ void CrashReportDialog::dispose()
     mpBtnClose.clear();
     mpEditPreUpload.clear();
     mpEditPostUpload.clear();
-    mpFtBugReport.clear();
     mpCBSafeMode.clear();
 
     Dialog::dispose();
@@ -94,7 +92,6 @@ IMPL_LINK(CrashReportDialog, BtnHdl, Button*, pBtn, void)
         }
 
         mpBtnClose->Show();
-        mpFtBugReport->Show();
         mpEditPreUpload->Hide();
         mpEditPostUpload->Show();
         mpBtnSend->Hide();
diff --git a/svx/source/dialog/crashreportdlg.hxx 
b/svx/source/dialog/crashreportdlg.hxx
index b0014364bd06..af98329f862a 100644
--- a/svx/source/dialog/crashreportdlg.hxx
+++ b/svx/source/dialog/crashreportdlg.hxx
@@ -35,7 +35,6 @@ private:
     VclPtr<Button> mpBtnClose;
     VclPtr<FixedText> mpEditPreUpload;
     VclPtr<VclMultiLineEdit> mpEditPostUpload;
-    VclPtr<VclMultiLineEdit> mpFtBugReport;
     VclPtr<CheckBox> mpCBSafeMode;
 
     OUString maSuccessMsg;
diff --git a/svx/uiconfig/ui/crashreportdlg.ui 
b/svx/uiconfig/ui/crashreportdlg.ui
index a627dd2a1949..2d633933ffd3 100644
--- a/svx/uiconfig/ui/crashreportdlg.ui
+++ b/svx/uiconfig/ui/crashreportdlg.ui
@@ -86,8 +86,7 @@ You can help us to fix this issue by sending an anonymous 
crash report to the %P
             <property name="valign">center</property>
             <property name="xalign">0</property>
             <property name="label" translatable="yes" 
context="crashreportdlg|ed_post">The crash report was successfully uploaded.
-You can soon find the report at:
-crashreport.libreoffice.org/stats/crash_details/%CRASHID</property>
+Please contact your IT support with the following ID: %CRASHID</property>
             <property name="wrap">True</property>
             <property name="selectable">True</property>
           </object>
@@ -97,20 +96,6 @@ 
crashreport.libreoffice.org/stats/crash_details/%CRASHID</property>
             <property name="position">1</property>
           </packing>
         </child>
-        <child>
-          <object class="GtkTextView" id="ed_bugreport">
-            <property name="can_focus">False</property>
-            <property name="label" translatable="yes" 
context="crashreportdlg|ed_bugreport">Please check the report and if no bug 
report is connected to the crash report yet, open a new bug report at 
bugs.documentfoundation.org.
-Add detailed instructions on how to reproduce the crash and the shown crash ID 
into the crash report field.
-Thank you for your help in improving %PRODUCTNAME.</property>
-            <property name="wrap">True</property>
-          </object>
-          <packing>
-            <property name="expand">False</property>
-            <property name="fill">True</property>
-            <property name="position">3</property>
-          </packing>
-        </child>
         <child>
            <object class="GtkCheckButton" id="check_safemode">
              <property name="label" translatable="yes" 
context="crashreportdlg|check_safemode">Restart %PRODUCTNAME to enter safe 
mode</property>

Reply via email to