summaryrefslogtreecommitdiff
path: root/lotuswordpro
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-19 14:08:24 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-19 14:08:24 +0100
commit05745bb195bd54933dbc2333fde1b147f894c0ea (patch)
tree418a5a4b9b6c5e7549a580d657389c00037f860b /lotuswordpro
parent48b7ae25d490230ecb4cad6545d40098b81d7992 (diff)
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
Diffstat (limited to 'lotuswordpro')
-rw-r--r--lotuswordpro/source/filter/genericfilter.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/lotuswordpro/source/filter/genericfilter.cxx b/lotuswordpro/source/filter/genericfilter.cxx
index 0e5a6da345ff..7bec7a650e2b 100644
--- a/lotuswordpro/source/filter/genericfilter.cxx
+++ b/lotuswordpro/source/filter/genericfilter.cxx
@@ -47,7 +47,7 @@ sal_Bool SAL_CALL component_writeInfo(
}
catch (InvalidRegistryException &)
{
- OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
+ OSL_FAIL( "### InvalidRegistryException!" );
}
}
return sal_False;