summaryrefslogtreecommitdiff
path: root/xmloff/source/transform
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:56:14 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:56:14 +0000
commit33d4df6300bc4ad31a088caaf678ccefc552c068 (patch)
tree89fa32178bec0d8d81522185faa1fa487025ea93 /xmloff/source/transform
parent469ae439006e2eeb334c54d0a4523c5423d9f502 (diff)
INTEGRATION: CWS warnings01 (1.4.32); FILE MERGED
2005/11/17 16:34:04 pl 1.4.32.1: #i55991# removed warnings
Diffstat (limited to 'xmloff/source/transform')
-rw-r--r--xmloff/source/transform/TransformerContext.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/transform/TransformerContext.cxx b/xmloff/source/transform/TransformerContext.cxx
index 4becdcde516a..b6f3f7f8afd1 100644
--- a/xmloff/source/transform/TransformerContext.cxx
+++ b/xmloff/source/transform/TransformerContext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: TransformerContext.cxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:58:36 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:56:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -92,7 +92,7 @@ XMLTransformerContext::~XMLTransformerContext()
XMLTransformerContext *XMLTransformerContext::CreateChildContext( sal_uInt16 nPrefix,
const OUString& rLocalName,
const OUString& rQName,
- const Reference< XAttributeList >& xAttrList )
+ const Reference< XAttributeList >& )
{
return m_rTransformer.CreateContext( nPrefix, rLocalName, rQName );
}