User: vg Date: 2007/01/15 06:31:08 Modified: dba/dbaccess/source/core/dataaccess/ComponentDefinition.cxx
Log: INTEGRATION: CWS dba22b (1.11.56); FILE MERGED 2006/12/13 10:05:18 fs 1.11.56.1: #i72527# proper base class initialization File Changes: Directory: /dba/dbaccess/source/core/dataaccess/ ================================================ File [changed]: ComponentDefinition.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/ComponentDefinition.cxx?r1=1.11&r2=1.12 Delta lines: +1 -3 ------------------- --- ComponentDefinition.cxx 17 Sep 2006 06:37:23 -0000 1.11 +++ ComponentDefinition.cxx 15 Jan 2007 14:31:06 -0000 1.12 @@ -144,15 +144,13 @@ ,const TContentPtr& _pImpl ,sal_Bool _bTable) :OContentHelper(_xORB,_rxContainer,_pImpl) - ,ODataSettings(m_aBHelper) + ,ODataSettings(m_aBHelper,!_bTable) ,m_bTable(_bTable) { DBG_CTOR(OComponentDefinition, NULL); - registerProperties(); m_pImpl->m_aProps.aTitle = _rElementName; - DBG_ASSERT(m_pImpl->m_aProps.aTitle.getLength() != 0, "OComponentDefinition::OComponentDefinition : invalid name !"); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
