User: obo Date: 05/07/08 03:25:46 Modified: /dba/connectivity/source/commontools/ TColumnsHelper.cxx
Log: INTEGRATION: CWS dba20blocker (1.4.50); FILE MERGED 2005/07/05 13:54:24 fs 1.4.50.1: copying fix for #i48480# into this CWS File Changes: Directory: /dba/connectivity/source/commontools/ ================================================ File [changed]: TColumnsHelper.cxx Url: http://dba.openoffice.org/source/browse/dba/connectivity/source/commontools/TColumnsHelper.cxx?r1=1.4&r2=1.5 Delta lines: +3 -1 ------------------- --- TColumnsHelper.cxx 10 Mar 2005 15:17:02 -0000 1.4 +++ TColumnsHelper.cxx 8 Jul 2005 10:25:44 -0000 1.5 @@ -58,7 +58,6 @@ * * ************************************************************************/ - #ifndef CONNECTIVITY_COLUMNSHELPER_HXX #include "connectivity/TColumnsHelper.hxx" #endif @@ -188,7 +187,10 @@ void OColumnsHelper::impl_refresh() throw(RuntimeException) { if ( m_pTable ) + { + m_pImpl->m_aColumnInfo.clear(); m_pTable->refreshColumns(); + } } // ------------------------------------------------------------------------- Reference< XPropertySet > OColumnsHelper::createEmptyObject() --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
