Tag: cws_dev300_rptchart02 User: oj Date: 2008-06-10 06:42:53+0000 Modified: dba/reportdesign/source/filter/xml/xmlfilter.cxx
Log: debug mode corrected File Changes: Directory: /dba/reportdesign/source/filter/xml/ =============================================== File [changed]: xmlfilter.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/filter/xml/xmlfilter.cxx?r1=1.7.4.3&r2=1.7.4.4 Delta lines: +6 -6 ------------------- --- xmlfilter.cxx 2008-04-16 06:29:22+0000 1.7.4.3 +++ xmlfilter.cxx 2008-06-10 06:42:51+0000 1.7.4.4 @@ -7,7 +7,7 @@ * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: xmlfilter.cxx,v $ - * $Revision: 1.7.4.3 $ + * $Revision: 1.7.4.4 $ * * This file is part of OpenOffice.org. * @@ -509,11 +509,11 @@ #if OSL_DEBUG_LEVEL > 1 uno::Reference < container::XNameAccess > xAccess( xStorage, uno::UNO_QUERY ); uno::Sequence< ::rtl::OUString> aSeq = xAccess->getElementNames(); - const ::rtl::OUString* pIter = aSeq.getConstArray(); - const ::rtl::OUString* pEnd = pIter + aSeq.getLength(); - for(;pIter != pEnd;++pIter) + const ::rtl::OUString* pDebugIter = aSeq.getConstArray(); + const ::rtl::OUString* pDebugEnd = pDebugIter + aSeq.getLength(); + for(;pDebugIter != pDebugEnd;++pDebugIter) { - (void)*pIter; + (void)*pDebugIter; } #endif --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
