diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:01:44 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-19 17:01:44 +0000 |
commit | d76d634d3476512063492d9477c4daf79e57a4cc (patch) | |
tree | 95d8300317e0e91f0826c5f795b4e0d15862f037 /xmloff | |
parent | 5b43426b86f9456418f5fa665d669574c4245524 (diff) |
INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED
2005/11/16 21:33:59 pl 1.3.34.1: #i55991# removed warnings
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/chart/SchXMLParagraphContext.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/source/chart/SchXMLParagraphContext.cxx b/xmloff/source/chart/SchXMLParagraphContext.cxx index c4b1bfd0797d..2892fbd1ad0f 100644 --- a/xmloff/source/chart/SchXMLParagraphContext.cxx +++ b/xmloff/source/chart/SchXMLParagraphContext.cxx @@ -4,9 +4,9 @@ * * $RCSfile: SchXMLParagraphContext.cxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: rt $ $Date: 2005-09-09 13:25:34 $ + * last change: $Author: hr $ $Date: 2006-06-19 18:01:44 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -65,7 +65,7 @@ void SchXMLParagraphContext::EndElement() SvXMLImportContext* SchXMLParagraphContext::CreateChildContext( USHORT nPrefix, const OUString& rLocalName, - const uno::Reference< xml::sax::XAttributeList >& xAttrList ) + const uno::Reference< xml::sax::XAttributeList >& ) { if( nPrefix == XML_NAMESPACE_TEXT ) { |