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')
-rw-r--r--ucb/source/ucp/tdoc/tdoc_datasupplier.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx b/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx
index 319e2c8ad101..a3472dfd92e0 100644
--- a/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx
+++ b/ucb/source/ucp/tdoc/tdoc_datasupplier.cxx
@@ -440,7 +440,7 @@ bool ResultSetDataSupplier::queryNamesOfChildren()
m_pImpl->m_xContent->getIdentifier()->getContentIdentifier(),
*pNamesOfChildren ) )
{
- OSL_ENSURE( false, "Got no list of children!" );
+ OSL_FAIL( "Got no list of children!" );
m_pImpl->m_bThrowException = sal_True;
return false;
}