diff options
author | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-02-23 21:05:20 +0100 |
---|---|---|
committer | Frank Schoenheit [fs] <frank.schoenheit@oracle.com> | 2011-02-23 21:05:20 +0100 |
commit | 64c6484120861729e56ed9259084cde5ad6dd7c4 (patch) | |
tree | f4b6c66c93e4128a17606b40c60ee1d7c20feefc /tools | |
parent | 192c891e562da3575d94103cf839997918b1b1a5 (diff) |
debuglevels: removed unreachable code (unxsol* WaE)
Diffstat (limited to 'tools')
-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 ) |