summaryrefslogtreecommitdiff
path: root/xmloff/source/script/xmlbasici.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:23:22 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:23:22 +0000
commit9762a525186d9f83400bd4dc16c57fcc05382954 (patch)
tree2f011d07327029507d66cb563f8afc74c6407354 /xmloff/source/script/xmlbasici.cxx
parent0f5c8733662061b1b624a7202c4e39b37d608d43 (diff)
INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED
2005/11/16 22:47:14 pl 1.3.34.1: #i55991# removed warnings
Diffstat (limited to 'xmloff/source/script/xmlbasici.cxx')
-rw-r--r--xmloff/source/script/xmlbasici.cxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/xmloff/source/script/xmlbasici.cxx b/xmloff/source/script/xmlbasici.cxx
index 441ba665567f..262aa92ff996 100644
--- a/xmloff/source/script/xmlbasici.cxx
+++ b/xmloff/source/script/xmlbasici.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlbasici.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 14:21:02 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:23:22 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -89,7 +89,7 @@ XMLBasicImportContext::~XMLBasicImportContext()
SvXMLImportContext* XMLBasicImportContext::CreateChildContext(
USHORT nPrefix, const ::rtl::OUString& rLocalName,
- const Reference< xml::sax::XAttributeList >& rxAttrList )
+ const Reference< xml::sax::XAttributeList >& )
{
SvXMLImportContext* pContext = 0;
@@ -172,7 +172,7 @@ XMLBasicImportChildContext::~XMLBasicImportChildContext()
SvXMLImportContext* XMLBasicImportChildContext::CreateChildContext(
USHORT nPrefix, const ::rtl::OUString& rLocalName,
- const Reference< xml::sax::XAttributeList >& xAttrList )
+ const Reference< xml::sax::XAttributeList >& )
{
return new XMLBasicImportChildContext( GetImport(), nPrefix, rLocalName, m_xHandler );
}