svx/source/dialog/crashreportdlg.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit ed26549ab362f8abd952fb4b8d8fce5bff4eed97 Author: Markus Mohrhard <[email protected]> Date: Sun Feb 7 22:54:48 2016 +0100 add TODO comment for showing the user the generated uuid Change-Id: I0f54f7e7f3b6b49fda926e7c579bb67c2924a943 Reviewed-on: https://gerrit.libreoffice.org/22568 Reviewed-by: Markus Mohrhard <[email protected]> Tested-by: Markus Mohrhard <[email protected]> diff --git a/svx/source/dialog/crashreportdlg.cxx b/svx/source/dialog/crashreportdlg.cxx index 74066a8..23f0bbe 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()) _______________________________________________ Libreoffice-commits mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
