summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vcl/source/window/errinf.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/vcl/source/window/errinf.cxx b/vcl/source/window/errinf.cxx
index 8eba53584b5c..0eb4c0160e8c 100644
--- a/vcl/source/window/errinf.cxx
+++ b/vcl/source/window/errinf.cxx
@@ -174,7 +174,7 @@ DialogMask ErrorHandler::HandleError(ErrCode nErrCodeId, DialogMask nFlags)
}
}
- OSL_FAIL("Error not handled");
+ SAL_WARN( "vcl", "Error not handled " << pInfo->GetErrorCode());
// Error 1 (ERRCODE_ABORT) is classified as a General Error in sfx
if (pInfo->GetErrorCode() != ERRCODE_ABORT)
HandleError(ERRCODE_ABORT);