summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
Diffstat (limited to 'connectivity')
-rw-r--r--connectivity/source/drivers/odbc/OTools.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/connectivity/source/drivers/odbc/OTools.cxx b/connectivity/source/drivers/odbc/OTools.cxx
index 499abe791115..a4c3200c5b53 100644
--- a/connectivity/source/drivers/odbc/OTools.cxx
+++ b/connectivity/source/drivers/odbc/OTools.cxx
@@ -317,7 +317,7 @@ void OTools::ThrowException(const OConnection* _pConnection,
return;
case SQL_NO_DATA_FOUND:
if(_bNoFound)
- return; // no need to throw a exception
+ return; // no need to throw an exception
break;
case SQL_ERROR: break;