summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/ext/ucpext_datasupplier.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-12 14:27:45 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-13 16:50:43 +0100
commit1848de2f4cce84862cf0843e15f38ce5d1f26108 (patch)
tree38d3983e56f5d2c900c24750e0050556435cfd6b /ucb/source/ucp/ext/ucpext_datasupplier.cxx
parente4d0bb122a93d243067814b9d43f9c9ab1e4df65 (diff)
Move OSL_ENSURE(false,...) to OSL_FAIL(...)
Diffstat (limited to 'ucb/source/ucp/ext/ucpext_datasupplier.cxx')
-rw-r--r--ucb/source/ucp/ext/ucpext_datasupplier.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/ucb/source/ucp/ext/ucpext_datasupplier.cxx b/ucb/source/ucp/ext/ucpext_datasupplier.cxx
index 60b1ff72a4b3..8c40411a8c71 100644
--- a/ucb/source/ucp/ext/ucpext_datasupplier.cxx
+++ b/ucb/source/ucp/ext/ucpext_datasupplier.cxx
@@ -194,7 +194,7 @@ namespace ucb { namespace ucp { namespace ext
}
break;
default:
- OSL_ENSURE( false, "DataSupplier::fetchData: unimplemented content type!" );
+ OSL_FAIL( "DataSupplier::fetchData: unimplemented content type!" );
break;
}
}
@@ -221,7 +221,7 @@ namespace ucb { namespace ucp { namespace ext
return sId;
}
- OSL_ENSURE( false, "DataSupplier::queryContentIdentifierString: illegal index, or illegal result entry id!" );
+ OSL_FAIL( "DataSupplier::queryContentIdentifierString: illegal index, or illegal result entry id!" );
return ::rtl::OUString();
}
@@ -344,7 +344,7 @@ namespace ucb { namespace ucp { namespace ext
}
break;
default:
- OSL_ENSURE( false, "DataSupplier::queryPropertyValues: unhandled case!" );
+ OSL_FAIL( "DataSupplier::queryPropertyValues: unhandled case!" );
break;
}