User: kz Date: 2006/10/05 05:45:03 Modified: dba/connectivity/source/drivers/hsqldb/HDriver.cxx
Log: INTEGRATION: CWS hsqlcsvstage1 (1.20.2); FILE MERGED 2006/09/20 11:06:20 fs 1.20.2.1: #i69696#, being stage 1 of issue #i69526#: merging changes from CWS hsqlcsv herein File Changes: Directory: /dba/connectivity/source/drivers/hsqldb/ =================================================== File [changed]: HDriver.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/HDriver.cxx?r1=1.20&r2=1.21 Delta lines: +1 -1 ------------------- --- HDriver.cxx 17 Sep 2006 02:40:25 -0000 1.20 +++ HDriver.cxx 5 Oct 2006 12:45:01 -0000 1.21 @@ -316,7 +316,7 @@ xDesktop->addTerminateListener(s_xTerminateListener); } } - Reference< XComponent> xIfc = new OConnectionWeakWrapper(xOrig,m_xFactory); + Reference< XComponent> xIfc = new OHsqlConnection( this, xOrig, m_xFactory ); xConnection.set(xIfc,UNO_QUERY); m_aConnections.push_back(TWeakPair(WeakReferenceHelper(xOrig),TWeakConnectionPair(sKey,TWeakRefPair(WeakReferenceHelper(xConnection),WeakReferenceHelper())))); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
