summaryrefslogtreecommitdiff
path: root/comphelper/source/misc/accimplaccess.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'comphelper/source/misc/accimplaccess.cxx')
-rw-r--r--comphelper/source/misc/accimplaccess.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/comphelper/source/misc/accimplaccess.cxx b/comphelper/source/misc/accimplaccess.cxx
index 65dfd98364c9..7128d4e13991 100644
--- a/comphelper/source/misc/accimplaccess.cxx
+++ b/comphelper/source/misc/accimplaccess.cxx
@@ -166,7 +166,7 @@ namespace comphelper
}
catch( const Exception& )
{
- OSL_ENSURE( sal_False, "OAccessibleImplementationAccess::setAccessibleParent: caught an exception while retrieving the implementation!" );
+ OSL_FAIL( "OAccessibleImplementationAccess::setAccessibleParent: caught an exception while retrieving the implementation!" );
}
return pImplementation;
}