From e868bde539aa577f0b5f06e8153c12430c0ddfb5 Mon Sep 17 00:00:00 2001
From: Jens-Heiner Rechtien
Date: Mon, 19 Jun 2006 17:57:52 +0000
Subject: INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED 2005/11/17 16:41:34
pl 1.3.34.1: #i55991# removed warnings
---
xmloff/source/xforms/XFormsSubmissionContext.cxx | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
(limited to 'xmloff')
diff --git a/xmloff/source/xforms/XFormsSubmissionContext.cxx b/xmloff/source/xforms/XFormsSubmissionContext.cxx
index fa419fd61971..990a8a71cdcd 100644
--- a/xmloff/source/xforms/XFormsSubmissionContext.cxx
+++ b/xmloff/source/xforms/XFormsSubmissionContext.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: XFormsSubmissionContext.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:04:41 $
+ * last change: $Author: hr $ $Date: 2006-06-19 18:57:52 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -177,10 +177,10 @@ void XFormsSubmissionContext::HandleAttribute( sal_uInt16 nToken,
/** will be called for each child element */
SvXMLImportContext* XFormsSubmissionContext::HandleChild(
- sal_uInt16 nToken,
- sal_uInt16 nNamespace,
- const OUString& rLocalName,
- const Reference& xAttrList )
+ sal_uInt16,
+ sal_uInt16,
+ const OUString&,
+ const Reference& )
{
DBG_ERROR( "no children supported" );
return NULL;
--
cgit