update dev300-m57
[ooovba.git] / applied_patches / 0049-debug-bits.diff
blob728b4bf80735a45fd7a922061226d618f7899e8c
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;
7 +#ifdef UNX
8 + aDbgData.nErrorOut = DBG_OUT_SHELL;
9 +#else
10 aDbgData.nErrorOut = DBG_OUT_MSGBOX;
11 +#endif
12 aDbgData.bMemInit = 0x77;
13 aDbgData.bMemBound = 0x55;
14 aDbgData.bMemFree = 0x33;