diff options
author | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-17 15:50:35 +0200 |
---|---|---|
committer | Ivo Hinkelmann <ihi@openoffice.org> | 2010-05-17 15:50:35 +0200 |
commit | 2f4bff8415b28e36346872157104eb71322a743a (patch) | |
tree | 78bd87673b1d9eb9cf01b3dcb4427ab4ac555db9 | |
parent | 8ea2bf29c778e12551466eb635afedce75ac78c2 (diff) |
#i10000# removed OSL_ENSURE
Notes
split repo tag: libs-core_ooo/DEV300_m78
-rw-r--r-- | ucb/source/core/ucb.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ucb/source/core/ucb.cxx b/ucb/source/core/ucb.cxx index 094507a56c24..c13ec9d367c8 100644 --- a/ucb/source/core/ucb.cxx +++ b/ucb/source/core/ucb.cxx @@ -770,7 +770,6 @@ void UniversalContentBroker::prepareAndRegister( aIt->URLTemplate, 0); - OSL_ENSURE(bSuccess, "UniversalContentBroker::prepareAndRegister(): Bad content provider"); } else OSL_ENSURE(false, |