summaryrefslogtreecommitdiff
path: root/desktop/source/inc
diff options
context:
space:
mode:
authorMikhail Voytenko <mav@openoffice.org>2010-05-10 17:35:24 +0200
committerMikhail Voytenko <mav@openoffice.org>2010-05-10 17:35:24 +0200
commitc288dd322747e11a5c779f155ba39e799a9920c2 (patch)
tree27eaf38dae8f52ec2fd8a5ecfc282c729c00b40e /desktop/source/inc
parentbe45f3f14b9f103e12ddc343f483086eff10011e (diff)
jl152: #i108704# allow to restart the office
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
};
};