summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLConsolidationContext.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 11:44:30 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 11:44:30 +0000
commitc585c18557c383f6be3ba02d94df85059c19abf6 (patch)
tree4b14c7ea5fa81b12243edacfa3d576cf151a30f3 /sc/source/filter/xml/XMLConsolidationContext.cxx
parent625219431ecef190ee7caf8cc84475a9783fcd61 (diff)
INTEGRATION: CWS calcwarnings (1.8.108); FILE MERGED
2006/12/01 13:29:15 nn 1.8.108.1: #i69284# warning-free: filter/xml, wntmsci10
Diffstat (limited to 'sc/source/filter/xml/XMLConsolidationContext.cxx')
-rw-r--r--sc/source/filter/xml/XMLConsolidationContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/XMLConsolidationContext.cxx b/sc/source/filter/xml/XMLConsolidationContext.cxx
index 83e231be5fce..768e7e2a7377 100644
--- a/sc/source/filter/xml/XMLConsolidationContext.cxx
+++ b/sc/source/filter/xml/XMLConsolidationContext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLConsolidationContext.cxx,v $
*
- * $Revision: 1.8 $
+ * $Revision: 1.9 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 12:41:53 $
+ * last change: $Author: vg $ $Date: 2007-02-27 12:44:30 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -126,7 +126,7 @@ ScXMLConsolidationContext::~ScXMLConsolidationContext()
SvXMLImportContext *ScXMLConsolidationContext::CreateChildContext(
USHORT nPrefix,
const OUString& rLName,
- const uno::Reference< xml::sax::XAttributeList>& xAttrList )
+ const uno::Reference< xml::sax::XAttributeList>& /* xAttrList */ )
{
return new SvXMLImportContext( GetImport(), nPrefix, rLName );
}