[Libreoffice-commits] core.git: connectivity/source

Andrea Gelmini (via logerrit) logerrit at kemper.freedesktop.org
Mon Apr 29 05:06:11 UTC 2019


 connectivity/source/drivers/odbc/OTools.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 2031cc0d1b02d904a92182aa0bf6e2566556cd20
Author:     Andrea Gelmini <andrea.gelmini at gelma.net>
AuthorDate: Sun Apr 28 21:11:44 2019 +0000
Commit:     Julien Nabet <serval2412 at yahoo.fr>
CommitDate: Mon Apr 29 07:05:20 2019 +0200

    Fix typo
    
    Change-Id: I881b23341ee1fc8d1ff3443e8ab52f51e07c3646
    Reviewed-on: https://gerrit.libreoffice.org/71499
    Reviewed-by: Julien Nabet <serval2412 at yahoo.fr>
    Tested-by: Julien Nabet <serval2412 at yahoo.fr>

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;
 


More information about the Libreoffice-commits mailing list