diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:44:30 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:44:30 +0000 |
commit | a589905ba02f883c41d701f4beea4cab1f732722 (patch) | |
tree | f89cc7c176252fb9d0f2a8adc2002a387b6fc89c /xmloff | |
parent | 4809f9e8c8a05fbecd3bbd1744fce0e1f6eedeec (diff) |
INTEGRATION: CWS warnings01 (1.7.32); FILE MERGED
2005/11/17 15:19:24 pl 1.7.32.1: #i55991# removed warnings
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/text/XMLSectionSourceDDEImportContext.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx b/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx index 720c469870d9..7688e7f12c18 100644 --- a/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx +++ b/xmloff/source/text/XMLSectionSourceDDEImportContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: XMLSectionSourceDDEImportContext.cxx,v $ * - * $Revision: 1.7 $ + * $Revision: 1.8 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:18:04 $ + * last change: $Author: hr $ $Date: 2006-06-19 18:44:30 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -226,7 +226,7 @@ void XMLSectionSourceDDEImportContext::EndElement() SvXMLImportContext* XMLSectionSourceDDEImportContext::CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, - const Reference<XAttributeList> & xAttrList ) + const Reference<XAttributeList> & ) { // ignore -> default context return new SvXMLImportContext(GetImport(), nPrefix, rLocalName); |