summaryrefslogtreecommitdiff
path: root/desktop/source/inc
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2010-07-13 14:38:37 +0200
committerMathias Bauer <mba@openoffice.org>2010-07-13 14:38:37 +0200
commit8eea0b1b4ba5f07a89fb2bacb39f1c8d9c3039e6 (patch)
tree874f33673af3b17a40de1980f31ead2c8272a155 /desktop/source/inc
parentf24b1da07ebfbc95e76af93fc9c7133f7d52daa5 (diff)
parenta2e7c2e0d002d75a6b77a629a4e904ab54bf8375 (diff)
CWS changehid: resync to m84
Diffstat (limited to 'desktop/source/inc')
-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
};
};