CWS-TOOLING: integrate CWS sb119
This commit is contained in:
commit
03db4c7db5
1 changed files with 4 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue