summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/ucp/tdoc/tdoc_datasupplier.cxx')
-rwxr-xr-xucb/source/ucp/tdoc/tdoc_datasupplier.cxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx b/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx
index a3472dfd92e0..dcfedfbb47a7 100755
--- a/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx
@@ -266,8 +266,7 @@ sal_Bool ResultSetDataSupplier::getResult( sal_uInt32 nIndex )
if ( !rName.getLength() )
{
- OSL_ENSURE( sal_False,
- "ResultDataSupplier::getResult - Empty name!" );
+ OSL_FAIL( "ResultDataSupplier::getResult - Empty name!" );
break;
}
@@ -327,8 +326,7 @@ sal_uInt32 ResultSetDataSupplier::totalCount()
if ( !rName.getLength() )
{
- OSL_ENSURE( sal_False,
- "ResultDataSupplier::getResult - Empty name!" );
+ OSL_FAIL( "ResultDataSupplier::getResult - Empty name!" );
break;
}