CWS-TOOLING: integrate CWS sb119

This commit is contained in:
Ivo Hinkelmann 2010-03-03 13:14:00 +01:00
commit 03db4c7db5

View file

@ -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: