User: kz Date: 2008-03-05 16:41:58+0000 Modified: dba/connectivity/source/commontools/dbtools.cxx
Log: INTEGRATION: CWS rptchart01_DEV300 (1.70.30); FILE MERGED 2008/02/18 13:01:30 oj 1.70.30.2: RESYNC: (1.70-1.71); FILE MERGED 2008/01/24 14:47:19 oj 1.70.30.1: #i85225# mved fromforms File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: dbtools.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/dbtools.cxx?r1=1.71&r2=1.72 Delta lines: +1 -26 -------------------- --- dbtools.cxx 2008-01-30 07:48:03+0000 1.71 +++ dbtools.cxx 2008-03-05 16:41:55+0000 1.72 @@ -39,6 +39,7 @@ #include "connectivity/CommonTools.hxx" #include "diagnose_ex.h" #include "TConnection.hxx" +#include "connectivity/ParameterCont.hxx" /** === begin UNO includes === **/ #include <com/sun/star/awt/XWindow.hpp> @@ -1682,32 +1683,6 @@ return bSuccessfullyReRouted; } -//================================================================== -// OParameterContinuation -//================================================================== -class OParameterContinuation : public OInteraction< XInteractionSupplyParameters > -{ - Sequence< PropertyValue > m_aValues; - -protected: - virtual ~OParameterContinuation(); -public: - OParameterContinuation() { } - - Sequence< PropertyValue > getValues() const { return m_aValues; } - -// XInteractionSupplyParameters - virtual void SAL_CALL setParameters( const Sequence< PropertyValue >& _rValues ) throw(RuntimeException); -}; - -OParameterContinuation::~OParameterContinuation() -{ -} -//------------------------------------------------------------------ -void SAL_CALL OParameterContinuation::setParameters( const Sequence< PropertyValue >& _rValues ) throw(RuntimeException) -{ - m_aValues = _rValues; -} //.................................................................. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
