User: obo Date: 2007/01/25 04:00:54 Modified: dba/dbaccess/source/ui/misc/WColumnSelect.cxx
Log: INTEGRATION: CWS dba22c (1.22.48); FILE MERGED 2007/01/04 13:34:48 oj 1.22.48.1: #141483# access iter after changing the map File Changes: Directory: /dba/dbaccess/source/ui/misc/ ======================================== File [changed]: WColumnSelect.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/misc/WColumnSelect.cxx?r1=1.22&r2=1.23 Delta lines: +0 -1 ------------------- --- WColumnSelect.cxx 12 Oct 2006 13:40:49 -0000 1.22 +++ WColumnSelect.cxx 25 Jan 2007 12:00:51 -0000 1.23 @@ -392,7 +392,6 @@ ODatabaseExport::TColumnVector::const_iterator aPos = ::std::find(pSrcVector->begin(),pSrcVector->end(),aSrcIter); OSL_ENSURE( aPos != pSrcVector->end(),"Invalid position for the iterator here!"); ODatabaseExport::TColumnVector::size_type nPos = (aPos - pSrcVector->begin()) - adjustColumnPosition(_pLeft, _sColumnName, (aPos - pSrcVector->begin()), _aCase); - m_pParent->removeColumnNameFromNameMap(_sColumnName); _pRight->SetEntryData( _pRight->InsertEntry( (*aIter).first, sal::static_int_cast< USHORT >(nPos)),aSrcIter->second ); _rRightColumns.push_back((*aIter).first); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
