Tag: cws_src680_dba20blocker User: fs Date: 05/07/05 06:54:27 Modified: /dba/connectivity/source/commontools/ TColumnsHelper.cxx
Log: 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.4.50.1 Delta lines: +6 -3 ------------------- --- TColumnsHelper.cxx 10 Mar 2005 15:17:02 -0000 1.4 +++ TColumnsHelper.cxx 5 Jul 2005 13:54:24 -0000 1.4.50.1 @@ -2,9 +2,9 @@ * * $RCSfile: TColumnsHelper.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.4.50.1 $ * - * last change: $Author: vg $ $Date: 2005/03/10 15:17:02 $ + * last change: $Author: fs $ $Date: 2005/07/05 13:54:24 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -188,7 +188,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]
