summaryrefslogtreecommitdiff
path: root/desktop/source/inc
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-03-01 16:48:19 +0100
committersb <sb@openoffice.org>2010-03-01 16:48:19 +0100
commit01c25f366c9655e1446dec86e726e5e0b3e4a6da (patch)
treecf7188f37261e39506b617beab7372db141383d5 /desktop/source/inc
parent038162bcdf359e668fe045ad84ff14dbd8ba1dac (diff)
sb118: make sure test OOo instances can dump core upon crash
Diffstat (limited to 'desktop/source/inc')
-rw-r--r--desktop/source/inc/exithelper.hxx4
1 files changed, 0 insertions, 4 deletions
diff --git a/desktop/source/inc/exithelper.hxx b/desktop/source/inc/exithelper.hxx
index 958b549adfa0..2e6d7e774d98 100644
--- a/desktop/source/inc/exithelper.hxx
+++ b/desktop/source/inc/exithelper.hxx
@@ -56,12 +56,8 @@ class ExitHelper
E_SECOND_OFFICE = 1,
/// an uno exception was catched during startup
E_FATAL_ERROR = 333, // Only the low 8 bits are significant 333 % 256 = 77
- /// crash during runtime
- E_CRASH = 78,
/// user force automatic restart after crash
E_CRASH_WITH_RESTART = 79,
- /// ???
- E_LOCKFILE = 80
};
};