diff options
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/odbc/OConnection.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx b/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx index 2332ba38173a..5c1814f0b3fb 100644 --- a/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx +++ b/connectivity/source/drivers/mozab/mozillasrc/MDatabaseMetaDataHelper.cxx @@ -134,7 +134,7 @@ static nsresult insertPABDescription() { nsresult rv = NS_OK ; // mozilla loads the descriptions of pab and history from a file named addressbook.properties - // we never deliver it with OOo,so mozab does not auot load personal addressbook and Collected addresses + // we never deliver it with OOo,so mozab does not auto load personal addressbook and Collected addresses // If we want to deliver addressbook.properties with OOo,we have to deal with hole mozilla chrome mechanism. // So I insert the descriptiones as user prefes,they will cover the default value. diff --git a/connectivity/source/drivers/odbc/OConnection.cxx b/connectivity/source/drivers/odbc/OConnection.cxx index 39c855bcbd8e..59c969a94314 100644 --- a/connectivity/source/drivers/odbc/OConnection.cxx +++ b/connectivity/source/drivers/odbc/OConnection.cxx @@ -169,7 +169,7 @@ SQLRETURN OConnection::OpenConnection(const OUString& aConnectStr, sal_Int32 nTi } - // autocoomit is always default + // autocommit is always default if (!m_bReadOnly) N3SQLSetConnectAttr(m_aConnectionHandle,SQL_ATTR_AUTOCOMMIT, reinterpret_cast<SQLPOINTER>(SQL_AUTOCOMMIT_ON),SQL_IS_INTEGER); |