diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:23:22 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:23:22 +0000 |
commit | 9762a525186d9f83400bd4dc16c57fcc05382954 (patch) | |
tree | 2f011d07327029507d66cb563f8afc74c6407354 /xmloff/source | |
parent | 0f5c8733662061b1b624a7202c4e39b37d608d43 (diff) |
INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED
2005/11/16 22:47:14 pl 1.3.34.1: #i55991# removed warnings
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/script/xmlbasici.cxx | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/script/xmlbasici.cxx b/xmloff/source/script/xmlbasici.cxx index 441ba665567f..262aa92ff996 100644 --- a/xmloff/source/script/xmlbasici.cxx +++ b/xmloff/source/script/xmlbasici.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmlbasici.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 14:21:02 $ + * last change: $Author: hr $ $Date: 2006-06-19 18:23:22 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -89,7 +89,7 @@ XMLBasicImportContext::~XMLBasicImportContext() SvXMLImportContext* XMLBasicImportContext::CreateChildContext( USHORT nPrefix, const ::rtl::OUString& rLocalName, - const Reference< xml::sax::XAttributeList >& rxAttrList ) + const Reference< xml::sax::XAttributeList >& ) { SvXMLImportContext* pContext = 0; @@ -172,7 +172,7 @@ XMLBasicImportChildContext::~XMLBasicImportChildContext() SvXMLImportContext* XMLBasicImportChildContext::CreateChildContext( USHORT nPrefix, const ::rtl::OUString& rLocalName, - const Reference< xml::sax::XAttributeList >& xAttrList ) + const Reference< xml::sax::XAttributeList >& ) { return new XMLBasicImportChildContext( GetImport(), nPrefix, rLocalName, m_xHandler ); } |