summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/dbase/DIndex.cxx
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/drivers/dbase/DIndex.cxx
parent6ffc3cf9e54ab92f2e7811f5e0ff0c9609c65f3a (diff)
tdf#43157: convert connectivity module away from OSL_ASSERT to assert
Change-Id: I1f1296836b07df6e147c8be845486ac4acd15abd
Diffstat (limited to 'connectivity/source/drivers/dbase/DIndex.cxx')
-rw-r--r--connectivity/source/drivers/dbase/DIndex.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/dbase/DIndex.cxx b/connectivity/source/drivers/dbase/DIndex.cxx
index 283700649dea..c1a8c3e7da2c 100644
--- a/connectivity/source/drivers/dbase/DIndex.cxx
+++ b/connectivity/source/drivers/dbase/DIndex.cxx
@@ -199,7 +199,7 @@ bool ODbaseIndex::ConvertToKey(ONDXKey* rKey, sal_uInt32 nRec, const ORowSetValu
}
catch (Exception&)
{
- OSL_ASSERT(false);
+ assert(false);
return false;
}
return true;