summaryrefslogtreecommitdiff
path: root/svx/source/dialog/crashreportdlg.hxx
diff options
context:
space:
mode:
authorAndras Timar <andras.timar@collabora.com>2017-04-12 17:06:37 +0200
committerAron Budea <aron.budea@collabora.com>2018-07-10 22:51:57 +0200
commitf7274fb80a3b7f7949f8b2b017fc196ffbe5c529 (patch)
treedc4783cabeec0ec8fbc00ab058163d8cc483f97a /svx/source/dialog/crashreportdlg.hxx
parent95a73f5e3222c4cbb9a77a12b37610b982ea1f06 (diff)
Collabora Crashreport Dialog
(cherry picked from commit c51dc04cc3cd48e7d5ab51a1f88e36bda8707c73) Change-Id: Id44e446684993984cf5778c82eb0a990bdd2f465
Diffstat (limited to 'svx/source/dialog/crashreportdlg.hxx')
-rw-r--r--svx/source/dialog/crashreportdlg.hxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/dialog/crashreportdlg.hxx b/svx/source/dialog/crashreportdlg.hxx
index b0014364bd06..a564670bad55 100644
--- a/svx/source/dialog/crashreportdlg.hxx
+++ b/svx/source/dialog/crashreportdlg.hxx
@@ -13,6 +13,7 @@
#include <vcl/dialog.hxx>
#include <vcl/button.hxx>
#include <vcl/fixed.hxx>
+#include <vcl/fixedhyper.hxx>
#include <vcl/edit.hxx>
#include <vcl/vclmedit.hxx>
@@ -35,7 +36,7 @@ private:
VclPtr<Button> mpBtnClose;
VclPtr<FixedText> mpEditPreUpload;
VclPtr<VclMultiLineEdit> mpEditPostUpload;
- VclPtr<VclMultiLineEdit> mpFtBugReport;
+ VclPtr<FixedHyperlink> mpBugReportMailto;
VclPtr<CheckBox> mpCBSafeMode;
OUString maSuccessMsg;