User: hr Date: 2007-09-26 14:24:00+0000 Modified: dba/reportdesign/source/filter/xml/xmlSection.cxx
Log: INTEGRATION: CWS dba24a (1.2.10); FILE MERGED 2007/08/13 05:36:00 oj 1.2.10.2: RESYNC: (1.2-1.3); FILE MERGED 2007/08/08 11:24:56 oj 1.2.10.1: #i80308# remove using rtl File Changes: Directory: /dba/reportdesign/source/filter/xml/ =============================================== File [changed]: xmlSection.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/filter/xml/xmlSection.cxx?r1=1.3&r2=1.4 Delta lines: +2 -3 ------------------- --- xmlSection.cxx 2007-08-03 09:58:01+0000 1.3 +++ xmlSection.cxx 2007-09-26 14:23:58+0000 1.4 @@ -86,7 +86,6 @@ namespace rptxml { - using namespace ::rtl; using namespace ::xmloff; using namespace ::com::sun::star; using namespace ::com::sun::star::uno; @@ -104,7 +103,7 @@ DBG_NAME( rpt_OXMLSection ) OXMLSection::OXMLSection( ORptFilter& rImport, - sal_uInt16 nPrfx, const OUString& _sLocalName, + sal_uInt16 nPrfx, const ::rtl::OUString& _sLocalName, const uno::Reference< xml::sax::XAttributeList > & _xAttrList ,const uno::Reference< report::XSection >& _xSection ,sal_Bool _bPageHeader) @@ -161,7 +160,7 @@ SvXMLImportContext* OXMLSection::CreateChildContext( sal_uInt16 _nPrefix, - const OUString& _rLocalName, + const ::rtl::OUString& _rLocalName, const uno::Reference< xml::sax::XAttributeList > & xAttrList ) { SvXMLImportContext *pContext = 0; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
