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

Stephan Bergmann sbergman at redhat.com
Thu Apr 17 13:22:18 PDT 2014


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

New commits:
commit b2a32d9b86b65ac89b00a200b2c8d22a5962494a
Author: Stephan Bergmann <sbergman at redhat.com>
Date:   Thu Apr 17 22:21:48 2014 +0200

    loplugin:literaltoboolconversion
    
    Change-Id: Iade344b7b148787fea183fbabd3c72b711766cb3

diff --git a/connectivity/source/drivers/odbc/OConnection.cxx b/connectivity/source/drivers/odbc/OConnection.cxx
index 38a8d03..93c0b3e 100644
--- a/connectivity/source/drivers/odbc/OConnection.cxx
+++ b/connectivity/source/drivers/odbc/OConnection.cxx
@@ -144,7 +144,7 @@ SQLRETURN OConnection::OpenConnection(const OUString& aConnectStr, sal_Int32 nTi
     if (nSQLRETURN == SQL_ERROR || nSQLRETURN == SQL_NO_DATA)
         return nSQLRETURN;
 
-    m_bClosed = sal_False;
+    m_bClosed = false;
 
 #endif //LINUX
 


More information about the Libreoffice-commits mailing list