From 2031cc0d1b02d904a92182aa0bf6e2566556cd20 Mon Sep 17 00:00:00 2001 From: Andrea Gelmini Date: Sun, 28 Apr 2019 21:11:44 +0000 Subject: Fix typo Change-Id: I881b23341ee1fc8d1ff3443e8ab52f51e07c3646 Reviewed-on: https://gerrit.libreoffice.org/71499 Reviewed-by: Julien Nabet Tested-by: Julien Nabet --- connectivity/source/drivers/odbc/OTools.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'connectivity') 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; -- cgit