User: rt Date: 2008-01-30 16:00:29+0000 Modified: dba/reportdesign/source/core/sdr/RptPage.cxx
Log: #i10000# 'vector' is '::std::vector' File Changes: Directory: /dba/reportdesign/source/core/sdr/ ============================================= File [changed]: RptPage.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/core/sdr/RptPage.cxx?r1=1.4&r2=1.5 Delta lines: +5 -5 ------------------- --- RptPage.cxx 2008-01-29 13:44:48+0000 1.4 +++ RptPage.cxx 2008-01-30 16:00:26+0000 1.5 @@ -4,9 +4,9 @@ * * $RCSfile: RptPage.cxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: rt $ $Date: 2008/01/29 13:44:48 $ + * last change: $Author: rt $ $Date: 2008/01/30 16:00:26 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -215,8 +215,8 @@ void OReportPage::resetSpecialMode() { - vector<SdrObject*>::iterator aIter = m_aTemporaryObjectList.begin(); - vector<SdrObject*>::iterator aEnd = m_aTemporaryObjectList.end(); + ::std::vector<SdrObject*>::iterator aIter = m_aTemporaryObjectList.begin(); + ::std::vector<SdrObject*>::iterator aEnd = m_aTemporaryObjectList.end(); for (; aIter != aEnd; ++aIter) { --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
