diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-02-23 21:09:45 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-02-23 21:09:45 +0100 |
commit | 9ebce1670666d40b975e6497e8b1cd3f90781875 (patch) | |
tree | 6da10ea31d04e22bbdf50286f1769b9af7ee81f4 | |
parent | 4517b4f8f0ed28a08d3798e1b48cdd1c673f8e93 (diff) | |
parent | 64c6484120861729e56ed9259084cde5ad6dd7c4 (diff) |
debuglevels: pulled and merged latest changes from same CWS / other repo
-rw-r--r-- | tools/source/debug/debug.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/source/debug/debug.cxx b/tools/source/debug/debug.cxx index acdb7a291026..b15c3fe3604f 100644 --- a/tools/source/debug/debug.cxx +++ b/tools/source/debug/debug.cxx @@ -1717,7 +1717,6 @@ void DbgOut( const sal_Char* pMsg, sal_uInt16 nDbgOut, const sal_Char* pFile, sa if ( pData->pDbgAbort != NULL ) pData->pDbgAbort( aBufOut ); abort(); - nOut = DBG_OUT_DEBUGGER; } if ( nOut == DBG_OUT_DEBUGGER ) |