desktop/source/inc/exithelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit dd1509b1f35b69d4c7707f7e4b05f86734c775af Author: Stephan Bergmann <sberg...@redhat.com> Date: Thu Apr 14 11:18:00 2016 +0200 Use the true exit code 77 here Change-Id: Ice61e770dd3cc9ac3beb7646a6fb298c1a4e46d9 diff --git a/desktop/source/inc/exithelper.h b/desktop/source/inc/exithelper.h index f92f1a8..b29af5b 100644 --- a/desktop/source/inc/exithelper.h +++ b/desktop/source/inc/exithelper.h @@ -26,7 +26,7 @@ enum EExitCodes { /* pipe was detected - second office must terminate itself */ EXITHELPER_SECOND_OFFICE = 1, /* an uno exception was catched during startup */ - EXITHELPER_FATAL_ERROR = 333, /* Only the low 8 bits are significant 333 % 256 = 77 */ + EXITHELPER_FATAL_ERROR = 77, /* user force automatic restart after crash */ EXITHELPER_CRASH_WITH_RESTART = 79, /* the office restarts itself */ _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits