summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/XMLTableSourceContext.cxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2007-02-27 11:48:21 +0000
committerVladimir Glazounov <vg@openoffice.org>2007-02-27 11:48:21 +0000
commit809611e1fad735be5c282a4ae67c411600725a93 (patch)
tree2ed34439f17324c1f73c6343b46becc6391041dc /sc/source/filter/xml/XMLTableSourceContext.cxx
parentd90e290aed116482ece5c46d4911b9b7b4f70f37 (diff)
INTEGRATION: CWS calcwarnings (1.13.110); FILE MERGED
2006/12/01 13:29:17 nn 1.13.110.1: #i69284# warning-free: filter/xml, wntmsci10
Diffstat (limited to 'sc/source/filter/xml/XMLTableSourceContext.cxx')
-rw-r--r--sc/source/filter/xml/XMLTableSourceContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sc/source/filter/xml/XMLTableSourceContext.cxx b/sc/source/filter/xml/XMLTableSourceContext.cxx
index 8e38f072e86b..5e8755782d3a 100644
--- a/sc/source/filter/xml/XMLTableSourceContext.cxx
+++ b/sc/source/filter/xml/XMLTableSourceContext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XMLTableSourceContext.cxx,v $
*
- * $Revision: 1.13 $
+ * $Revision: 1.14 $
*
- * last change: $Author: kz $ $Date: 2006-07-21 12:50:07 $
+ * last change: $Author: vg $ $Date: 2007-02-27 12:48:21 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -134,7 +134,7 @@ ScXMLTableSourceContext::~ScXMLTableSourceContext()
SvXMLImportContext *ScXMLTableSourceContext::CreateChildContext( USHORT nPrefix,
const ::rtl::OUString& rLName,
const ::com::sun::star::uno::Reference<
- ::com::sun::star::xml::sax::XAttributeList>& xAttrList )
+ ::com::sun::star::xml::sax::XAttributeList>& /* xAttrList */ )
{
return new SvXMLImportContext( GetImport(), nPrefix, rLName );
}