diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-03-19 14:07:48 +0100 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-03-19 14:07:48 +0100 |
commit | 459cbc6cada544c9e50cf4f86dc821853f26deda (patch) | |
tree | 18ee0f3ae6e5e3a70ca808de42c4cb4925e9e7d5 /mysqlc | |
parent | 34f333cd519df0bffea10a28b4a1d25aaed4aac0 (diff) |
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
Diffstat (limited to 'mysqlc')
-rw-r--r-- | mysqlc/source/mysqlc_services.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/mysqlc/source/mysqlc_services.cxx b/mysqlc/source/mysqlc_services.cxx index 74fd2b35884c..28279c5a0110 100644 --- a/mysqlc/source/mysqlc_services.cxx +++ b/mysqlc/source/mysqlc_services.cxx @@ -134,7 +134,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo(void * /* return sal_True; } catch (::com::sun::star::registry::InvalidRegistryException& ) { - OSL_ENSURE(sal_False, "SKELETON::component_writeInfo : could not create a registry key ! ## InvalidRegistryException !"); + OSL_FAIL("SKELETON::component_writeInfo : could not create a registry key ! ## InvalidRegistryException !"); } } return sal_False; |