summaryrefslogtreecommitdiff
path: root/xmloff/source/transform
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:54:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:54:36 +0000
commit7ace34255841a1175389a992388be6ade5fc2c70 (patch)
treef29fafa48c1efda727d06d791fc249b43888450e /xmloff/source/transform
parent4d8e5d211f953840e673a9e1a322ad9cfbab635e (diff)
INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED
2005/11/17 16:34:00 pl 1.4.32.1: #i55991# removed warnings
Diffstat (limited to 'xmloff/source/transform')
-rw-r--r--xmloff/source/transform/PersAttrListTContext.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/transform/PersAttrListTContext.cxx b/xmloff/source/transform/PersAttrListTContext.cxx
index a7ae269ee50b..2e89e147589a 100644
--- a/xmloff/source/transform/PersAttrListTContext.cxx
+++ b/xmloff/source/transform/PersAttrListTContext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: PersAttrListTContext.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:50:59 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:54:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -142,10 +142,10 @@ XMLPersAttrListTContext::~XMLPersAttrListTContext()
}
XMLTransformerContext *XMLPersAttrListTContext::CreateChildContext(
- sal_uInt16 nPrefix,
- const OUString& rLocalName,
+ sal_uInt16 /*nPrefix*/,
+ const OUString& /*rLocalName*/,
const OUString& rQName,
- const Reference< XAttributeList >& rAttrList )
+ const Reference< XAttributeList >& )
{
// ignore all child elements
return new XMLIgnoreTransformerContext( GetTransformer(),
@@ -185,7 +185,7 @@ void XMLPersAttrListTContext::EndElement()
// ignore for now
}
-void XMLPersAttrListTContext::Characters( const OUString& rChars )
+void XMLPersAttrListTContext::Characters( const OUString& )
{
}