summaryrefslogtreecommitdiff
path: root/configmgr
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:36:50 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-19 22:36:50 +0000
commit291cf53f40db1e121761030b8b1bf576ffab1ac0 (patch)
treeb5f5865995d7ab8860db9074a3681dcd70e381ec /configmgr
parente49f3a46bc6852255ae78bbaa44456f750c17f4a (diff)
INTEGRATION: CWS warnings01 (1.10.4); FILE MERGED
2005/11/01 12:47:45 cd 1.10.4.1: #i53898# Warning free code for sun solaris compiler
Diffstat (limited to 'configmgr')
-rw-r--r--configmgr/source/xml/schemaparser.cxx10
1 files changed, 5 insertions, 5 deletions
diff --git a/configmgr/source/xml/schemaparser.cxx b/configmgr/source/xml/schemaparser.cxx
index 7cae18bba4..6a42a87b64 100644
--- a/configmgr/source/xml/schemaparser.cxx
+++ b/configmgr/source/xml/schemaparser.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: schemaparser.cxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: rt $ $Date: 2005-09-08 04:41:45 $
+ * last change: $Author: hr $ $Date: 2006-06-19 23:36:50 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -219,7 +219,7 @@ void SAL_CALL SchemaParser::endElement( const OUString& aName )
// -----------------------------------------------------------------------------
// -----------------------------------------------------------------------------
-void SchemaParser::startSchema( ElementInfo const & aInfo, const uno::Reference< sax::XAttributeList >& xAttribs )
+void SchemaParser::startSchema( ElementInfo const & aInfo, const uno::Reference< sax::XAttributeList >& /*xAttribs*/ )
{
m_sComponent = aInfo.name;
m_xHandler->startSchema();
@@ -268,7 +268,7 @@ void SchemaParser::endSection( )
}
// -----------------------------------------------------------------------------
-void SchemaParser::handleImport( ElementInfo const & aInfo, const uno::Reference< sax::XAttributeList >& xAttribs )
+void SchemaParser::handleImport( ElementInfo const & /*aInfo*/, const uno::Reference< sax::XAttributeList >& xAttribs )
{
OUString aComponent;
if (getDataParser().getImportComponent(xAttribs,aComponent))
@@ -290,7 +290,7 @@ void SchemaParser::handleInstance( ElementInfo const & aInfo, const uno::Referen
}
// -----------------------------------------------------------------------------
-void SchemaParser::handleItemType( ElementInfo const & aInfo, const uno::Reference< sax::XAttributeList >& xAttribs )
+void SchemaParser::handleItemType( ElementInfo const & /*aInfo*/, const uno::Reference< sax::XAttributeList >& xAttribs )
{
backenduno::TemplateIdentifier aTemplate;
if (getDataParser().getInstanceType(xAttribs, aTemplate.Name, aTemplate.Component))