summaryrefslogtreecommitdiff
path: root/tools/source/ref/errinf.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/ref/errinf.cxx')
-rw-r--r--tools/source/ref/errinf.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/source/ref/errinf.cxx b/tools/source/ref/errinf.cxx
index 106fe98fed06..ce2e3f7fa36f 100644
--- a/tools/source/ref/errinf.cxx
+++ b/tools/source/ref/errinf.cxx
@@ -367,13 +367,13 @@ USHORT ErrorHandler::HandleError_Impl(
}
}
}
- DBG_ERROR("Error nicht behandelt");
+ OSL_FAIL("Error nicht behandelt");
// Error 1 ist General Error im Sfx
if(pInfo->GetErrorCode()!=1) {
HandleError_Impl(1, USHRT_MAX, bJustCreateString, rError);
}
else {
- DBG_ERROR("Error 1 nicht gehandeled");
+ OSL_FAIL("Error 1 nicht gehandeled");
}
delete pInfo;
return 0;