summaryrefslogtreecommitdiffstats
path: root/connectivity
diff options
context:
space:
mode:
authorAndrea Gelmini <andrea.gelmini@gelma.net>2019-04-28 21:11:44 +0000
committerJulien Nabet <serval2412@yahoo.fr>2019-04-29 07:05:20 +0200
commit2031cc0d1b02d904a92182aa0bf6e2566556cd20 (patch)
treee392ccd7343adbb3cf865412c7b2cea63754555d /connectivity
parentFix typo (diff)
downloadcore-2031cc0d1b02d904a92182aa0bf6e2566556cd20.tar.gz
core-2031cc0d1b02d904a92182aa0bf6e2566556cd20.zip
Fix typo
Change-Id: I881b23341ee1fc8d1ff3443e8ab52f51e07c3646 Reviewed-on: https://gerrit.libreoffice.org/71499 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
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;