summaryrefslogtreecommitdiff
path: root/ucb/source/core/ucbprops.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'ucb/source/core/ucbprops.cxx')
-rwxr-xr-xucb/source/core/ucbprops.cxx3
1 files changed, 1 insertions, 2 deletions
diff --git a/ucb/source/core/ucbprops.cxx b/ucb/source/core/ucbprops.cxx
index a35de4af8e2a..b873d51e60f0 100755
--- a/ucb/source/core/ucbprops.cxx
+++ b/ucb/source/core/ucbprops.cxx
@@ -400,8 +400,7 @@ Sequence< Property > SAL_CALL UcbPropertiesManager::getProperties()
{
if ( nSize <= nPos )
{
- OSL_ENSURE( sal_False,
- "UcbPropertiesManager::getProperties - "
+ OSL_FAIL( "UcbPropertiesManager::getProperties - "
"Initial size of property sequence too small!" );
m_pProps->realloc( 128 );