diff options
Diffstat (limited to 'connectivity')
-rw-r--r-- | connectivity/source/drivers/kab/KConnection.cxx | 2 | ||||
-rw-r--r-- | connectivity/source/drivers/macab/MacabConnection.cxx | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/connectivity/source/drivers/kab/KConnection.cxx b/connectivity/source/drivers/kab/KConnection.cxx index cc114f37ff20..e98ee2473e0e 100644 --- a/connectivity/source/drivers/kab/KConnection.cxx +++ b/connectivity/source/drivers/kab/KConnection.cxx @@ -196,7 +196,7 @@ void SAL_CALL KabConnection::setCatalog( const OUString& ) throw(SQLException, R ::osl::MutexGuard aGuard( m_aMutex ); checkDisposed(KabConnection_BASE::rBHelper.bDisposed); - // if your database doesn't work with catalogs you go to next method otherwise you kjnow what to do + // if your database doesn't work with catalogs you go to next method otherwise you know what to do } OUString SAL_CALL KabConnection::getCatalog( ) throw(SQLException, RuntimeException, std::exception) diff --git a/connectivity/source/drivers/macab/MacabConnection.cxx b/connectivity/source/drivers/macab/MacabConnection.cxx index 28bcb7c3675d..b42063c71ab4 100644 --- a/connectivity/source/drivers/macab/MacabConnection.cxx +++ b/connectivity/source/drivers/macab/MacabConnection.cxx @@ -191,7 +191,7 @@ void SAL_CALL MacabConnection::setCatalog( const OUString& ) throw(SQLException, ::osl::MutexGuard aGuard( m_aMutex ); checkDisposed(MacabConnection_BASE::rBHelper.bDisposed); - // if your database doesn't work with catalogs you go to next method otherwise you kjnow what to do + // if your database doesn't work with catalogs you go to next method otherwise you know what to do } OUString SAL_CALL MacabConnection::getCatalog( ) throw(SQLException, RuntimeException) |