diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:52:52 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:52:52 +0000 |
commit | e9c2e757705557809be972c8d8614b23ddaf8b7a (patch) | |
tree | 101cf0d39d6167bdf1061f0a553eb9b32d999e06 | |
parent | e492889fd62fd99e6f2302fc7aabdfc33a656b76 (diff) |
INTEGRATION: CWS warnings01 (1.3.32); FILE MERGED
2005/11/17 16:33:58 pl 1.3.32.1: #i55991# removed warnings
-rw-r--r-- | xmloff/source/transform/FormPropOOoTContext.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/transform/FormPropOOoTContext.cxx b/xmloff/source/transform/FormPropOOoTContext.cxx index b693d1d77be3..0ed97ca075dd 100644 --- a/xmloff/source/transform/FormPropOOoTContext.cxx +++ b/xmloff/source/transform/FormPropOOoTContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: FormPropOOoTContext.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 15:45:16 $ + * last change: $Author: hr $ $Date: 2006-06-19 18:52:52 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -197,7 +197,7 @@ XMLTransformerContext *XMLFormPropOOoTransformerContext::CreateChildContext( sal_uInt16 nPrefix, const OUString& rLocalName, const OUString& rQName, - const Reference< XAttributeList >& xAttrList ) + const Reference< XAttributeList >& ) { XMLTransformerContext *pContext = 0; |