diff options
author | Ocke Janssen <oj@openoffice.org> | 2001-09-18 12:14:31 +0000 |
---|---|---|
committer | Ocke Janssen <oj@openoffice.org> | 2001-09-18 12:14:31 +0000 |
commit | 26229a697231db7ca8b9dc7c0232dab7cf555485 (patch) | |
tree | 2dcdb065e8636224708b6fa1fb0d4f5582b68a65 /connectivity/source/drivers/dbase/DConnection.cxx | |
parent | f1e561c11efa4f35f788a2a9c59eb5ece0b36788 (diff) |
#92103# check if content is readonly
Diffstat (limited to 'connectivity/source/drivers/dbase/DConnection.cxx')
-rw-r--r-- | connectivity/source/drivers/dbase/DConnection.cxx | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/connectivity/source/drivers/dbase/DConnection.cxx b/connectivity/source/drivers/dbase/DConnection.cxx index 8ad239b1f803..cf40b0292103 100644 --- a/connectivity/source/drivers/dbase/DConnection.cxx +++ b/connectivity/source/drivers/dbase/DConnection.cxx @@ -2,9 +2,9 @@ * * $RCSfile: DConnection.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.12 $ * - * last change: $Author: oj $ $Date: 2001-08-24 06:05:37 $ + * last change: $Author: oj $ $Date: 2001-09-18 13:14:31 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -171,8 +171,7 @@ Reference< XPreparedStatement > SAL_CALL ODbaseConnection::prepareStatement( con // -------------------------------------------------------------------------------- Reference< XPreparedStatement > SAL_CALL ODbaseConnection::prepareCall( const ::rtl::OUString& sql ) throw(SQLException, RuntimeException) { - ::osl::MutexGuard aGuard( m_aMutex ); - checkDisposed(OConnection_BASE::rBHelper.bDisposed); - return NULL; } +// ----------------------------------------------------------------------------- + |