diff options
author | sb <sb@openoffice.org> | 2010-03-01 14:43:46 +0100 |
---|---|---|
committer | sb <sb@openoffice.org> | 2010-03-01 14:43:46 +0100 |
commit | 038162bcdf359e668fe045ad84ff14dbd8ba1dac (patch) | |
tree | 4184815e37304385fbb55cf1b5075eb375a49a83 | |
parent | c390a25f95908c885b1269c199dc518d27b28c2f (diff) | |
parent | bb200be68ed1b830804b9367599e7b95245fb6f6 (diff) |
merged in CWS sb119
-rw-r--r-- | sfx2/source/appl/appserv.cxx | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sfx2/source/appl/appserv.cxx b/sfx2/source/appl/appserv.cxx index 03a31ac63db9..53cf115382e5 100644 --- a/sfx2/source/appl/appserv.cxx +++ b/sfx2/source/appl/appserv.cxx @@ -548,8 +548,10 @@ void SfxApplication::MiscExec_Impl( SfxRequest& rReq ) case SID_CRASH : { - GetpApp()->Exception( EXC_SYSTEM ); - abort(); + // Provoke a crash: + char * crash = 0; + *crash = 0; + break; } case SID_SHOW_IME_STATUS_WINDOW: |