diff options
Diffstat (limited to 'sc/source/core/tool/adiasync.cxx')
-rw-r--r-- | sc/source/core/tool/adiasync.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/tool/adiasync.cxx b/sc/source/core/tool/adiasync.cxx index 85916d1e9..ec6a0e56b 100644 --- a/sc/source/core/tool/adiasync.cxx +++ b/sc/source/core/tool/adiasync.cxx @@ -138,7 +138,7 @@ void ScAddInAsync::CallBack( ULONG nHandleP, void* pData ) p->pStr = new String( (sal_Char*)pData, osl_getThreadTextEncoding() ); break; default : - DBG_ERROR( "unbekannter AsyncType" ); + OSL_FAIL( "unbekannter AsyncType" ); return; } p->bValid = TRUE; |