summaryrefslogtreecommitdiffstats
path: root/scaddins
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2011-03-19 14:05:33 +0100
committerThomas Arnhold <thomas@arnhold.org>2011-03-19 14:05:33 +0100
commite52051f5019ae35f7bb44e43144d919b9430ef0e (patch)
tree57ac29ae577d24eace4e7cd9f46f0fec74a70864 /scaddins
parentCharts' title reference is stored as relative reference. (fdo#35015) (diff)
downloadcore-e52051f5019ae35f7bb44e43144d919b9430ef0e.tar.gz
core-e52051f5019ae35f7bb44e43144d919b9430ef0e.zip
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
Diffstat (limited to 'scaddins')
-rw-r--r--scaddins/source/datefunc/datefunc.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/scaddins/source/datefunc/datefunc.cxx b/scaddins/source/datefunc/datefunc.cxx
index f6a5c4fa25f3..a543f7b2b45d 100644
--- a/scaddins/source/datefunc/datefunc.cxx
+++ b/scaddins/source/datefunc/datefunc.cxx
@@ -264,7 +264,7 @@ sal_Bool SAL_CALL component_writeInfo(
}
catch (registry::InvalidRegistryException&)
{
- OSL_ENSURE( sal_False, "### InvalidRegistryException!" );
+ OSL_FAIL( "### InvalidRegistryException!" );
}
}
return sal_False;