summaryrefslogtreecommitdiff
path: root/connectivity/source/drivers/kab/kfields.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity/source/drivers/kab/kfields.cxx')
-rw-r--r--connectivity/source/drivers/kab/kfields.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/kab/kfields.cxx b/connectivity/source/drivers/kab/kfields.cxx
index b9c036670fc9..e86ea64efa4d 100644
--- a/connectivity/source/drivers/kab/kfields.cxx
+++ b/connectivity/source/drivers/kab/kfields.cxx
@@ -79,7 +79,7 @@ sal_uInt32 findKabField(const OUString& columnName)
) );
::dbtools::throwGenericSQLException(sError,nullptr);
// Unreachable:
- assert(false);
+ OSL_ASSERT(false);
return 0;
}