diff options
Diffstat (limited to 'cui/source/options/sdbcdriverenum.cxx')
-rw-r--r-- | cui/source/options/sdbcdriverenum.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/options/sdbcdriverenum.cxx b/cui/source/options/sdbcdriverenum.cxx index 86e4ec494426..98b7bced375a 100644 --- a/cui/source/options/sdbcdriverenum.cxx +++ b/cui/source/options/sdbcdriverenum.cxx @@ -84,7 +84,7 @@ namespace offapp } catch(const Exception&) { - OSL_ENSURE(sal_False, "ODriverEnumerationImpl::ODriverEnumerationImpl: caught an exception while enumerating the drivers!"); + OSL_FAIL("ODriverEnumerationImpl::ODriverEnumerationImpl: caught an exception while enumerating the drivers!"); } } |