User: hr Date: 2007-09-26 14:21:19+0000 Modified: dba/reportdesign/source/filter/xml/xmlControlProperty.cxx
Log: INTEGRATION: CWS dba24a (1.2.14); FILE MERGED 2007/08/08 11:24:55 oj 1.2.14.1: #i80308# remove using rtl File Changes: Directory: /dba/reportdesign/source/filter/xml/ =============================================== File [changed]: xmlControlProperty.cxx Url: http://dba.openoffice.org/source/browse/dba/reportdesign/source/filter/xml/xmlControlProperty.cxx?r1=1.2&r2=1.3 Delta lines: +6 -7 ------------------- --- xmlControlProperty.cxx 2007-07-09 11:56:17+0000 1.2 +++ xmlControlProperty.cxx 2007-09-26 14:21:17+0000 1.3 @@ -74,7 +74,6 @@ namespace rptxml { - using namespace ::rtl; using namespace ::com::sun::star::uno; using namespace ::com::sun::star::beans; using namespace ::com::sun::star::xml::sax; @@ -83,7 +82,7 @@ OXMLControlProperty::OXMLControlProperty( ORptFilter& rImport ,sal_uInt16 nPrfx - ,const OUString& _sLocalName + ,const ::rtl::OUString& _sLocalName ,const Reference< XAttributeList > & _xAttrList ,const Reference< XPropertySet >& _xControl ,OXMLControlProperty* _pContainer) : @@ -105,7 +104,7 @@ const sal_Int16 nLength = (_xAttrList.is()) ? _xAttrList->getLength() : 0; 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 ); @@ -157,7 +156,7 @@ // ----------------------------------------------------------------------------- SvXMLImportContext* OXMLControlProperty::CreateChildContext( sal_uInt16 nPrefix, - const OUString& rLocalName, + const ::rtl::OUString& rLocalName, const Reference< XAttributeList > & xAttrList ) { SvXMLImportContext *pContext = 0; --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
