From dd1509b1f35b69d4c7707f7e4b05f86734c775af Mon Sep 17 00:00:00 2001 From: Stephan Bergmann Date: Thu, 14 Apr 2016 11:18:00 +0200 Subject: Use the true exit code 77 here Change-Id: Ice61e770dd3cc9ac3beb7646a6fb298c1a4e46d9 --- desktop/source/inc/exithelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'desktop') diff --git a/desktop/source/inc/exithelper.h b/desktop/source/inc/exithelper.h index f92f1a867727..b29af5b8f8d0 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 */ -- cgit