[Libreoffice-commits] core.git: svx/source
Markus Mohrhard
markus.mohrhard at googlemail.com
Sat Feb 27 12:04:35 UTC 2016
svx/source/dialog/crashreportdlg.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit ed26549ab362f8abd952fb4b8d8fce5bff4eed97
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
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 <markus.mohrhard at googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard at googlemail.com>
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())
More information about the Libreoffice-commits
mailing list