summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/expand
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/expand')
-rwxr-xr-xucb/source/ucp/expand/ucpexpand.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ucb/source/ucp/expand/ucpexpand.cxx b/ucb/source/ucp/expand/ucpexpand.cxx
index a4942cb687be..593eead0fbfd 100755
--- a/ucb/source/ucp/expand/ucpexpand.cxx
+++ b/ucb/source/ucp/expand/ucpexpand.cxx
@@ -244,8 +244,8 @@ sal_Int32 ExpandContentProviderImpl::compareContentIds(
catch (ucb::IllegalIdentifierException & exc)
{
(void) exc; // unused
- OSL_ENSURE(
- 0, ::rtl::OUStringToOString(
+ OSL_FAIL(
+ ::rtl::OUStringToOString(
exc.Message, RTL_TEXTENCODING_UTF8 ).getStr() );
return -1;
}