diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:57:52 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:57:52 +0000 |
commit | e868bde539aa577f0b5f06e8153c12430c0ddfb5 (patch) | |
tree | d26a86a64f71fe9fee9c8950de61ed2364b9c25b /xmloff | |
parent | 2f6ff224e993c7f9eb2b33662c82bd884a536f4c (diff) |
INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED
2005/11/17 16:41:34 pl 1.3.34.1: #i55991# removed warnings
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/xforms/XFormsSubmissionContext.cxx | 12 |
1 files changed, 6 insertions, 6 deletions
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<XAttributeList>& xAttrList ) + sal_uInt16, + sal_uInt16, + const OUString&, + const Reference<XAttributeList>& ) { DBG_ERROR( "no children supported" ); return NULL; |