summaryrefslogtreecommitdiffstats
path: root/filter/source/config/cache/basecontainer.cxx
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 /filter/source/config/cache/basecontainer.cxx
parentPut dump() back into headers in oox (diff)
downloadcore-05745bb195bd54933dbc2333fde1b147f894c0ea.tar.gz
core-05745bb195bd54933dbc2333fde1b147f894c0ea.zip
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
Diffstat (limited to 'filter/source/config/cache/basecontainer.cxx')
-rw-r--r--filter/source/config/cache/basecontainer.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/filter/source/config/cache/basecontainer.cxx b/filter/source/config/cache/basecontainer.cxx
index e4b55af57132..8dfc423af3a7 100644
--- a/filter/source/config/cache/basecontainer.cxx
+++ b/filter/source/config/cache/basecontainer.cxx
@@ -458,7 +458,7 @@ sal_Bool SAL_CALL BaseContainer::hasElements()
css::uno::Reference< css::container::XEnumeration > SAL_CALL BaseContainer::createSubSetEnumerationByQuery(const ::rtl::OUString& /* sQuery */ )
throw (css::uno::RuntimeException)
{
- OSL_ENSURE(sal_False, "not pure virtual ... but not realy implemented .-)");
+ OSL_FAIL("not pure virtual ... but not realy implemented .-)");
::comphelper::OEnumerationByName* pEnum = new ::comphelper::OEnumerationByName(this, css::uno::Sequence< ::rtl::OUString >());
return css::uno::Reference< css::container::XEnumeration >(static_cast< css::container::XEnumeration* >(pEnum), css::uno::UNO_QUERY);