diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:56:55 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:56:55 +0000 |
commit | 7182c86063477063f18cab62c341a8c015b60c3f (patch) | |
tree | 2b3b41ec7b7a87a635745293b596a0ad3d7b8a03 /xmloff | |
parent | ec105b1483d50ad0a8ffe0c60633a7dfd75c96ee (diff) |
INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED
2005/11/17 16:41:26 pl 1.3.34.1: #i55991# removed warnings
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/xforms/SchemaSimpleTypeContext.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/xforms/SchemaSimpleTypeContext.cxx b/xmloff/source/xforms/SchemaSimpleTypeContext.cxx index 2f1efd142e0d..498338d9e101 100644 --- a/xmloff/source/xforms/SchemaSimpleTypeContext.cxx +++ b/xmloff/source/xforms/SchemaSimpleTypeContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: SchemaSimpleTypeContext.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:01:26 $ + * last change: $Author: hr $ $Date: 2006-06-19 18:56:55 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -100,7 +100,7 @@ SvXMLImportContext* SchemaSimpleTypeContext::HandleChild( sal_uInt16 nToken, sal_uInt16 nPrefix, const OUString& rLocalName, - const Reference<XAttributeList>& xAttrList ) + const Reference<XAttributeList>& ) { SvXMLImportContext* pContext = NULL; switch( nToken ) |