Kaydet (Commit) abd3c14f authored tarafından Ivo Hinkelmann's avatar Ivo Hinkelmann

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
üst 4ef3bbf4
......@@ -4,9 +4,9 @@
*
* $RCSfile: HCatalog.cxx,v $
*
* $Revision: 1.6 $
* $Revision: 1.7 $
*
* last change: $Author: obo $ $Date: 2006-09-17 02:39:41 $
* last change: $Author: ihi $ $Date: 2007-11-21 15:00:39 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
......@@ -132,7 +132,7 @@ void OHCatalog::refreshViews()
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 @@ Any SAL_CALL OHCatalog::queryInterface( const Type & rType ) throw(RuntimeExcept
if ( rType == ::getCppuType((const Reference<XGroupsSupplier>*)0) )
return Any();
return OCatalog::queryInterface(rType);
}
// -----------------------------------------------------------------------------
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment