1 --- tools/source/debug/debug.cxx 2006-02-28 11:31:43.000000000 +0100
2 +++ tools/source/debug/debug.cxx 2006-03-20 18:12:36.000000000 +0100
3 @@ -178,7 +178,11 @@ struct DebugData
4 aDbgData.bOverwrite = TRUE;
5 aDbgData.nTraceOut = DBG_OUT_NULL;
6 aDbgData.nWarningOut = DBG_OUT_NULL;
8 + aDbgData.nErrorOut = DBG_OUT_SHELL;
10 aDbgData.nErrorOut = DBG_OUT_MSGBOX;
12 aDbgData.bMemInit = 0x77;
13 aDbgData.bMemBound = 0x55;
14 aDbgData.bMemFree = 0x33;