Tag: cws_src680_oj14 User: oj Date: 2007-06-05 09:12:00+0000 Log: build problem
File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: paramwrapper.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/paramwrapper.cxx?r1=1.1.2.3&r2=1.1.2.4 Delta lines: +3 -3 ------------------- --- paramwrapper.cxx 2007-06-04 20:29:20+0000 1.1.2.3 +++ paramwrapper.cxx 2007-06-05 09:11:57+0000 1.1.2.4 @@ -4,9 +4,9 @@ * * $RCSfile: paramwrapper.cxx,v $ * - * $Revision: 1.1.2.3 $ + * $Revision: 1.1.2.4 $ * - * last change: $Author: fs $ $Date: 2007/06/04 20:29:20 $ + * last change: $Author: oj $ $Date: 2007/06/05 09:11:57 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -109,9 +109,9 @@ ParameterWrapper::ParameterWrapper( const Reference< XPropertySet >& _rxColumn, const Reference< XParameters >& _rxAllParameters, const ::std::vector< sal_Int32 >& _rIndexes ) :OPropertySetHelper( m_aBHelper ) + ,m_aIndexes( _rIndexes ) ,m_xDelegator( _rxColumn ) ,m_xValueDestination( _rxAllParameters ) - ,m_aIndexes( _rIndexes ) { if ( m_xDelegator.is() ) m_xDelegatorPSI = m_xDelegator->getPropertySetInfo(); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
