summaryrefslogtreecommitdiff
path: root/xmloff/source/transform
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:54:52 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 17:54:52 +0000
commit312fa766a87dacfec2872ae65a25bcbbc3286686 (patch)
tree0faeccfab381ebb22747301869ea71a0f7047502 /xmloff/source/transform
parent7ace34255841a1175389a992388be6ade5fc2c70 (diff)
INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED
2005/11/17 16:34:01 pl 1.3.32.1: #i55991# removed warnings
Diffstat (limited to 'xmloff/source/transform')
-rw-r--r--xmloff/source/transform/PersMixedContentTContext.cxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/xmloff/source/transform/PersMixedContentTContext.cxx b/xmloff/source/transform/PersMixedContentTContext.cxx
index 357dd7976b5d..5f29e834c994 100644
--- a/xmloff/source/transform/PersMixedContentTContext.cxx
+++ b/xmloff/source/transform/PersMixedContentTContext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: PersMixedContentTContext.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 15:51:29 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:54:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -84,10 +84,10 @@ XMLPersTextTContext_Impl::~XMLPersTextTContext_Impl()
}
XMLTransformerContext *XMLPersTextTContext_Impl::CreateChildContext(
- sal_uInt16 nPrefix,
- const OUString& rLocalName,
- const OUString& rQName,
- const Reference< XAttributeList >& xAttrList )
+ sal_uInt16,
+ const OUString&,
+ const OUString&,
+ const Reference< XAttributeList >& )
{
OSL_ENSURE( !this, "illegal call to CreateChildContext" );
return 0;