summaryrefslogtreecommitdiff
path: root/extensions/source/dbpilots/dbpservices.cxx
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-02-26 10:30:34 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-02-26 10:42:19 +0100
commit52370d787a8472b1e185e56b82e544a995ca5f65 (patch)
tree2b352bdd6749c7386354afd766ae51bf422cd0b0 /extensions/source/dbpilots/dbpservices.cxx
parent6e03518fb6ab1e3f0effe8a04ab984ba3fd9eff1 (diff)
Move bogus OSL_ASSERT(msg) to OSL_FAIL(msg)
Diffstat (limited to 'extensions/source/dbpilots/dbpservices.cxx')
-rw-r--r--extensions/source/dbpilots/dbpservices.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/dbpilots/dbpservices.cxx b/extensions/source/dbpilots/dbpservices.cxx
index 3b251c144eb7..78bc4a45eb79 100644
--- a/extensions/source/dbpilots/dbpservices.cxx
+++ b/extensions/source/dbpilots/dbpservices.cxx
@@ -85,7 +85,7 @@ extern "C" SAL_DLLPUBLIC_EXPORT sal_Bool SAL_CALL component_writeInfo(
}
catch (InvalidRegistryException& )
{
- OSL_ASSERT("dbp::component_writeInfo: could not create a registry key (InvalidRegistryException) !");
+ OSL_FAIL("dbp::component_writeInfo: could not create a registry key (InvalidRegistryException) !");
}
return sal_False;