User: hr Date: 06/06/19 18:17:51 Modified: /dba/connectivity/source/drivers/calc/ CConnection.cxx
Log: INTEGRATION: CWS warnings01 (1.10.30); FILE MERGED 2005/11/16 12:58:52 fs 1.10.30.1: #i57457# warning free code File Changes: Directory: /dba/connectivity/source/drivers/calc/ ================================================= File [changed]: CConnection.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/calc/CConnection.cxx?r1=1.11&r2=1.12 Delta lines: +13 -9 -------------------- --- CConnection.cxx 29 Mar 2006 12:14:29 -0000 1.11 +++ CConnection.cxx 20 Jun 2006 01:17:49 -0000 1.12 @@ -69,6 +69,9 @@ #ifndef INCLUDED_SVTOOLS_PATHOPTIONS_HXX #include <svtools/pathoptions.hxx> #endif +#ifndef _DBHELPER_DBEXCEPTION_HXX_ +#include <connectivity/dbexception.hxx> +#endif using namespace connectivity::calc; using namespace connectivity::file; @@ -248,12 +251,13 @@ // -------------------------------------------------------------------------------- -Reference< XPreparedStatement > SAL_CALL OCalcConnection::prepareCall( const ::rtl::OUString& sql ) +Reference< XPreparedStatement > SAL_CALL OCalcConnection::prepareCall( const ::rtl::OUString& /*sql*/ ) throw(SQLException, RuntimeException) { ::osl::MutexGuard aGuard( m_aMutex ); checkDisposed(OConnection_BASE::rBHelper.bDisposed); + ::dbtools::throwFeatureNotImplementedException( "XConnection::prepareCall", *this ); return NULL; } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
