Tag: cws_src680_dba22b User: fs Date: 2006/12/13 02:05:21 Modified: dba/dbaccess/source/core/dataaccess/ComponentDefinition.cxx dba/dbaccess/source/core/dataaccess/commanddefinition.cxx
Log: #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.11.56.1 Delta lines: +4 -6 ------------------- --- ComponentDefinition.cxx 17 Sep 2006 06:37:23 -0000 1.11 +++ ComponentDefinition.cxx 13 Dec 2006 10:05:18 -0000 1.11.56.1 @@ -4,9 +4,9 @@ * * $RCSfile: ComponentDefinition.cxx,v $ * - * $Revision: 1.11 $ + * $Revision: 1.11.56.1 $ * - * last change: $Author: obo $ $Date: 2006/09/17 06:37:23 $ + * last change: $Author: fs $ $Date: 2006/12/13 10:05:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -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 !"); } File [changed]: commanddefinition.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/dataaccess/commanddefinition.cxx?r1=1.19&r2=1.19.56.1 Delta lines: +3 -4 ------------------- --- commanddefinition.cxx 17 Sep 2006 06:38:46 -0000 1.19 +++ commanddefinition.cxx 13 Dec 2006 10:05:18 -0000 1.19.56.1 @@ -4,9 +4,9 @@ * * $RCSfile: commanddefinition.cxx,v $ * - * $Revision: 1.19 $ + * $Revision: 1.19.56.1 $ * - * last change: $Author: obo $ $Date: 2006/09/17 06:38:46 $ + * last change: $Author: fs $ $Date: 2006/12/13 10:05:18 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -130,7 +130,6 @@ :OComponentDefinition(_rxContainer,_rElementName,_xORB,_pImpl,sal_False) { DBG_CTOR(OCommandDefinition, NULL); - registerProperties(); } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
