User: obo Date: 2006/07/10 08:05:33 Modified: dba/dbaccess/source/core/api/definitioncolumn.cxx
Log: INTEGRATION: CWS qiq (1.21.124); FILE MERGED 2006/06/27 11:57:27 fs 1.21.124.2: RESYNC: (1.21-1.22); FILE MERGED 2006/06/16 11:47:37 fs 1.21.124.1: during #i51143#: refactored VCollection: - createEmptyObject now named createDescriptor - cloneObject removed - appendObject now returns the newly created object (previously done via a subsequent call to cloneObject) File Changes: Directory: /dba/dbaccess/source/core/api/ ========================================= File [changed]: definitioncolumn.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/core/api/definitioncolumn.cxx?r1=1.22&r2=1.23 Delta lines: +7 -0 ------------------- --- definitioncolumn.cxx 20 Jun 2006 02:39:16 -0000 1.22 +++ definitioncolumn.cxx 10 Jul 2006 15:05:30 -0000 1.23 @@ -769,6 +769,7 @@ //============================================================ //= OTableColumnWrapper //============================================================ +//-------------------------------------------------------------------------- OTableColumnWrapper::OTableColumnWrapper(const Reference< XPropertySet >& rCol ,const Reference< XPropertySet >& _xColDefintion ,sal_Bool _bPureWrap) @@ -788,6 +789,12 @@ } osl_decrementInterlockedCount(&m_refCount); } + +//-------------------------------------------------------------------------- +OTableColumnWrapper::~OTableColumnWrapper() +{ +} + // com::sun::star::lang::XTypeProvider //-------------------------------------------------------------------------- Sequence< sal_Int8 > OTableColumnWrapper::getImplementationId() throw (RuntimeException) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
