diff options
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); |