User: hr Date: 2007-09-26 14:22:34+0000 Modified: dba/reportdesign/source/filter/xml/xmlFunction.cxx
Log: INTEGRATION: CWS dba24a (1.2.10); FILE MERGED 2007/08/13 05:35:02 oj 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2007/08/08 11:24:55 oj 1.2.10.1: #i80308# remove using rtl File Changes: Directory: /dba/reportdesign/source/filter/xml/ =============================================== File [changed]: xmlFunction.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/filter/xml/xmlFunction.cxx?r1=1.3&r2=1.4 Delta lines: +2 -3 ------------------- --- xmlFunction.cxx 2007-08-02 14:33:12+0000 1.3 +++ xmlFunction.cxx 2007-09-26 14:22:32+0000 1.4 @@ -62,7 +62,6 @@ namespace rptxml { - using namespace ::rtl; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::report; @@ -72,7 +71,7 @@ OXMLFunction::OXMLFunction( ORptFilter& _rImport ,sal_uInt16 nPrfx - ,const OUString& _sLocalName + ,const ::rtl::OUString& _sLocalName ,const Reference< XAttributeList > & _xAttrList ,const Reference< XFunctionsSupplier >& _xFunctions ,bool _bAddToReport @@ -95,7 +94,7 @@ static const ::rtl::OUString s_sTRUE = ::xmloff::token::GetXMLToken(XML_TRUE); for(sal_Int16 i = 0; i < nLength; ++i) { - OUString sLocalName; + ::rtl::OUString sLocalName; const rtl::OUString sAttrName = _xAttrList->getNameByIndex( i ); const sal_uInt16 nPrefix = rMap.GetKeyByAttrName( sAttrName,&sLocalName ); rtl::OUString sValue = _xAttrList->getValueByIndex( i ); --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
