Kaydet (Commit) b2a32d9b authored tarafından Stephan Bergmann's avatar Stephan Bergmann

loplugin:literaltoboolconversion

Change-Id: Iade344b7b148787fea183fbabd3c72b711766cb3
üst 1160dc2a
...@@ -144,7 +144,7 @@ SQLRETURN OConnection::OpenConnection(const OUString& aConnectStr, sal_Int32 nTi ...@@ -144,7 +144,7 @@ SQLRETURN OConnection::OpenConnection(const OUString& aConnectStr, sal_Int32 nTi
if (nSQLRETURN == SQL_ERROR || nSQLRETURN == SQL_NO_DATA) if (nSQLRETURN == SQL_ERROR || nSQLRETURN == SQL_NO_DATA)
return nSQLRETURN; return nSQLRETURN;
m_bClosed = sal_False; m_bClosed = false;
#endif //LINUX #endif //LINUX
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment