Kaydet (Commit) ec105b14 authored tarafından Jens-Heiner Rechtien's avatar Jens-Heiner Rechtien

INTEGRATION: CWS warnings01 (1.3.34); FILE MERGED

2005/11/17 16:41:24 pl 1.3.34.1: #i55991# removed warnings
üst 8d6a56a4
...@@ -4,9 +4,9 @@ ...@@ -4,9 +4,9 @@
* *
* $RCSfile: SchemaContext.cxx,v $ * $RCSfile: SchemaContext.cxx,v $
* *
* $Revision: 1.3 $ * $Revision: 1.4 $
* *
* last change: $Author: rt $ $Date: 2005-09-09 16:00:20 $ * last change: $Author: hr $ $Date: 2006-06-19 18:56:43 $
* *
* The Contents of this file are made available subject to * The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1. * the terms of GNU Lesser General Public License Version 2.1.
...@@ -87,8 +87,8 @@ SchemaContext::~SchemaContext() ...@@ -87,8 +87,8 @@ SchemaContext::~SchemaContext()
} }
void SchemaContext::HandleAttribute( void SchemaContext::HandleAttribute(
sal_uInt16 nToken, sal_uInt16,
const OUString& rValue ) const OUString& )
{ {
} }
...@@ -96,7 +96,7 @@ SvXMLImportContext* SchemaContext::HandleChild( ...@@ -96,7 +96,7 @@ SvXMLImportContext* SchemaContext::HandleChild(
sal_uInt16 nToken, sal_uInt16 nToken,
sal_uInt16 nPrefix, sal_uInt16 nPrefix,
const OUString& rLocalName, const OUString& rLocalName,
const Reference<XAttributeList>& xAttrList ) const Reference<XAttributeList>& )
{ {
return ( nToken == XML_SIMPLETYPE ) return ( nToken == XML_SIMPLETYPE )
? new SchemaSimpleTypeContext( GetImport(), nPrefix, rLocalName, ? new SchemaSimpleTypeContext( GetImport(), nPrefix, rLocalName,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment