summaryrefslogtreecommitdiff
path: root/connectivity/source/cpool
diff options
context:
space:
mode:
authorChris Sherlock <chris.sherlock79@gmail.com>2017-05-07 11:28:51 +1000
committerChris Sherlock <chris.sherlock79@gmail.com>2017-05-07 11:28:51 +1000
commitc3c5c16849d1dfc9503b10a35f076907e8ccabb1 (patch)
tree6d38cb367611e03cea98a61010525084370fc0eb /connectivity/source/cpool
parent6ffc3cf9e54ab92f2e7811f5e0ff0c9609c65f3a (diff)
tdf#43157: convert connectivity module away from OSL_ASSERT to assert
Change-Id: I1f1296836b07df6e147c8be845486ac4acd15abd
Diffstat (limited to 'connectivity/source/cpool')
-rw-r--r--connectivity/source/cpool/ZPoolCollection.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/cpool/ZPoolCollection.cxx b/connectivity/source/cpool/ZPoolCollection.cxx
index 22ac35d02d9f..ce33cb7dde00 100644
--- a/connectivity/source/cpool/ZPoolCollection.cxx
+++ b/connectivity/source/cpool/ZPoolCollection.cxx
@@ -317,7 +317,7 @@ OConnectionPool* OPoolCollection::getConnectionPool(const OUString& _sImplName,
Reference< XInterface > OPoolCollection::createWithProvider(const Reference< XMultiServiceFactory >& _rxConfProvider,
const OUString& _rPath)
{
- OSL_ASSERT(_rxConfProvider.is());
+ assert(_rxConfProvider.is());
Sequence< Any > args(1);
args[0] <<= NamedValue( "nodepath", makeAny(_rPath));
Reference< XInterface > xInterface(