summaryrefslogtreecommitdiff
path: root/desktop/source/inc/exithelper.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/source/inc/exithelper.hxx')
-rw-r--r--desktop/source/inc/exithelper.hxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/desktop/source/inc/exithelper.hxx b/desktop/source/inc/exithelper.hxx
index 2e6d7e774d98..e2604ce49b68 100644
--- a/desktop/source/inc/exithelper.hxx
+++ b/desktop/source/inc/exithelper.hxx
@@ -58,6 +58,8 @@ class ExitHelper
E_FATAL_ERROR = 333, // Only the low 8 bits are significant 333 % 256 = 77
/// user force automatic restart after crash
E_CRASH_WITH_RESTART = 79,
+ /// the office restarts itself
+ E_NORMAL_RESTART = 81
};
};