diff options
author | Andrea Gelmini <andrea.gelmini@gelma.net> | 2019-04-28 21:11:44 +0000 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2019-04-29 07:05:20 +0200 |
commit | 2031cc0d1b02d904a92182aa0bf6e2566556cd20 (patch) | |
tree | e392ccd7343adbb3cf865412c7b2cea63754555d /connectivity | |
parent | 46d3efff80568c0f496db8835074fb3054d5ae02 (diff) |
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.cxx | 2 |
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; |