Kaydet (Commit) 75ae6c91 authored tarafından Julien Nabet's avatar Julien Nabet

Typo: kjnow->know

Change-Id: Ib30aa4e8f430131f5f073169d694e53a3bcd6960
üst 75df2983
......@@ -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)
......
......@@ -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)
......
......@@ -262,7 +262,7 @@ void SAL_CALL OConnection::setCatalog( const ::rtl::OUString& catalog ) throw(SQ
::osl::MutexGuard aGuard( m_aMutex );
checkDisposed(OConnection_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
}
::rtl::OUString SAL_CALL OConnection::getCatalog( ) throw(SQLException, RuntimeException)
......
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