Tag: cws_src680_dba23ui User: fs Date: 2007-05-22 18:50:20+0000 Log: #i10000# proper increment of pHCImages (thanks to the Mac compiler for finding this)
File Changes: Directory: /dba/dbaccess/source/ui/app/ ======================================= File [changed]: AppDetailView.cxx Url: http://dba.openoffice.org/source/browse/dba/dbaccess/source/ui/app/AppDetailView.cxx?r1=1.20.48.2&r2=1.20.48.3 Delta lines: +4 -4 ------------------- --- AppDetailView.cxx 2007-05-19 21:25:27+0000 1.20.48.2 +++ AppDetailView.cxx 2007-05-22 18:50:17+0000 1.20.48.3 @@ -4,9 +4,9 @@ * * $RCSfile: AppDetailView.cxx,v $ * - * $Revision: 1.20.48.2 $ + * $Revision: 1.20.48.3 $ * - * last change: $Author: fs $ $Date: 2007/05/19 21:25:27 $ + * last change: $Author: fs $ $Date: 2007/05/22 18:50:17 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -534,7 +534,7 @@ const Reference< XGraphic >* pImages( aImages.getConstArray() ); const Reference< XGraphic >* pHCImages( aHCImages.getConstArray() ); - for ( TaskEntryList::const_iterator pTask = _rList.begin(); pTask != aEnd; ++pTask, ++pImages, pHCImages ) + for ( TaskEntryList::const_iterator pTask = _rList.begin(); pTask != aEnd; ++pTask, ++pImages, ++pHCImages ) { SvLBoxEntry* pEntry = m_aCreation.InsertEntry( pTask->sTitle ); pEntry->SetUserData( reinterpret_cast< void* >( new TaskEntry( *pTask ) ) ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
