From a589905ba02f883c41d701f4beea4cab1f732722 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 17:44:30 +0000
Subject: INTEGRATION: CWS warnings01 (1.7.32); FILE MERGED 2005/11/17 15:19:24
pl 1.7.32.1: #i55991# removed warnings
---
xmloff/source/text/XMLSectionSourceDDEImportContext.cxx | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
(limited to 'xmloff')
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 & xAttrList )
+ const Reference & )
{
// ignore -> default context
return new SvXMLImportContext(GetImport(), nPrefix, rLocalName);
--
cgit