User: vg Date: 05/02/17 02:16:19 Modified: /dba/connectivity/source/simpledbt/ staticdbtools_s.cxx
Log: INTEGRATION: CWS dba23 (1.7.26); FILE MERGED 2005/01/17 14:58:05 fs 1.7.26.1: #i40463# calcConnection superseded by connectRowset, which now also throws a WrappedTargetException File Changes: Directory: /dba/connectivity/source/simpledbt/ ============================================== File [changed]: staticdbtools_s.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/simpledbt/staticdbtools_s.cxx?r1=1.7&r2=1.8 Delta lines: +1 -8 ------------------- --- staticdbtools_s.cxx 22 Oct 2004 11:32:24 -0000 1.7 +++ staticdbtools_s.cxx 17 Feb 2005 10:16:16 -0000 1.8 @@ -143,16 +143,9 @@ //---------------------------------------------------------------- Reference< XConnection> ODataAccessStaticTools::connectRowset(const Reference< XRowSet>& _rxRowSet, const Reference< XMultiServiceFactory>& _rxFactory, sal_Bool _bSetAsActiveConnection) const - SAL_THROW ( (SQLException, RuntimeException) ) + SAL_THROW ( (SQLException, WrappedTargetException, RuntimeException) ) { return ::dbtools::connectRowset( _rxRowSet, _rxFactory, _bSetAsActiveConnection); - } - - //---------------------------------------------------------------- - Reference< XConnection> ODataAccessStaticTools::calcConnection(const Reference< XRowSet>& _rxRowSet, const Reference< XMultiServiceFactory>& _rxFactory) const - SAL_THROW ( (SQLException, RuntimeException) ) - { - return ::dbtools::calcConnection(_rxRowSet, _rxFactory); } // ------------------------------------------------ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
