diff options
author | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-02-07 22:54:48 +0100 |
---|---|---|
committer | Markus Mohrhard <markus.mohrhard@googlemail.com> | 2016-02-27 12:04:03 +0000 |
commit | ed26549ab362f8abd952fb4b8d8fce5bff4eed97 (patch) | |
tree | bd4fed319d98d61f1c24a23980d78f4ef8776130 /svx | |
parent | dab16a16fa3b853f7e139fc91817752b38dc9171 (diff) |
add TODO comment for showing the user the generated uuid
Change-Id: I0f54f7e7f3b6b49fda926e7c579bb67c2924a943
Reviewed-on: https://gerrit.libreoffice.org/22568
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/dialog/crashreportdlg.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/svx/source/dialog/crashreportdlg.cxx b/svx/source/dialog/crashreportdlg.cxx index 74066a8dea7e..23f0bbe4f0b1 100644 --- a/svx/source/dialog/crashreportdlg.cxx +++ b/svx/source/dialog/crashreportdlg.cxx @@ -58,6 +58,7 @@ IMPL_LINK_TYPED(CrashReportDialog, BtnHdl, Button*, pBtn, void) OString aCommand = getLibDir().copy(7) + "/minidump_upload " + ini_path.c_str(); int retVal = std::system(aCommand.getStr()); SAL_WARN_IF(retVal != 0, "crashreport", "Failed to upload minidump. Error Code: " << retVal); + // TODO: moggi: return the id for the user to look it up Close(); } else if (pBtn == mpBtnCancel.get()) |