summaryrefslogtreecommitdiff
path: root/mysqlc
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-19 14:07:48 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-19 14:07:48 +0100
commit459cbc6cada544c9e50cf4f86dc821853f26deda (patch)
tree18ee0f3ae6e5e3a70ca808de42c4cb4925e9e7d5 /mysqlc
parent34f333cd519df0bffea10a28b4a1d25aaed4aac0 (diff)
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
Diffstat (limited to 'mysqlc')
-rw-r--r--mysqlc/source/mysqlc_services.cxx2
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;