User: ihi Date: 2007-11-21 15:00:41+0000 Modified: dba/connectivity/source/drivers/hsqldb/HCatalog.cxx
Log: INTEGRATION: CWS dba24c (1.6.132); FILE MERGED 2007/09/13 11:44:19 fs 1.6.132.1: #i49183# propagate the XConnection to the single View objects File Changes: Directory: /dba/connectivity/source/drivers/hsqldb/ =================================================== File [changed]: HCatalog.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/drivers/hsqldb/HCatalog.cxx?r1=1.6&r2=1.7 Delta lines: +1 -2 ------------------- --- HCatalog.cxx 2006-09-17 02:39:41+0000 1.6 +++ HCatalog.cxx 2007-11-21 15:00:39+0000 1.7 @@ -132,7 +132,7 @@ if ( m_pViews ) m_pViews->reFill(aVector); else - m_pViews = new OViews(m_xMetaData,*this,m_aMutex,aVector); + m_pViews = new HViews( m_xConnection, *this, m_aMutex, aVector ); } // ------------------------------------------------------------------------- void OHCatalog::refreshGroups() @@ -165,7 +165,6 @@ if ( rType == ::getCppuType((const Reference<XGroupsSupplier>*)0) ) return Any(); - return OCatalog::queryInterface(rType); } // ----------------------------------------------------------------------------- --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
