summaryrefslogtreecommitdiff
path: root/xmlscript
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:12:59 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:12:59 +0000
commit6b5a647083fd5a16bce42bfdd415c814bcc4ae5a (patch)
tree6b1104e2b65bb2a77c15c4e4ad1a319ae46346ca /xmlscript
parent9b71c5b6315dbfff82b8f7f52741dd4112823f18 (diff)
INTEGRATION: CWS warnings01 (1.3.4); FILE MERGED
2005/10/27 15:29:53 dbo 1.3.4.1: #i53898# warning-free for CC
Diffstat (limited to 'xmlscript')
-rw-r--r--xmlscript/source/xmlflat_imexp/xmlbas_export.cxx6
-rw-r--r--xmlscript/source/xmlflat_imexp/xmlbas_import.cxx18
2 files changed, 12 insertions, 12 deletions
diff --git a/xmlscript/source/xmlflat_imexp/xmlbas_export.cxx b/xmlscript/source/xmlflat_imexp/xmlbas_export.cxx
index cafcf1fe8e83..7f2cc57b305c 100644
--- a/xmlscript/source/xmlflat_imexp/xmlbas_export.cxx
+++ b/xmlscript/source/xmlflat_imexp/xmlbas_export.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlbas_export.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:14:53 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:12:48 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -224,7 +224,7 @@ namespace xmlscript
// XFilter
// -----------------------------------------------------------------------------
- sal_Bool XMLBasicExporterBase::filter( const Sequence< beans::PropertyValue >& aDescriptor )
+sal_Bool XMLBasicExporterBase::filter( const Sequence< beans::PropertyValue >& /*aDescriptor*/ )
throw (RuntimeException)
{
::osl::MutexGuard aGuard( m_aMutex );
diff --git a/xmlscript/source/xmlflat_imexp/xmlbas_import.cxx b/xmlscript/source/xmlflat_imexp/xmlbas_import.cxx
index 734ad82f95e0..2938d93e2d78 100644
--- a/xmlscript/source/xmlflat_imexp/xmlbas_import.cxx
+++ b/xmlscript/source/xmlflat_imexp/xmlbas_import.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmlbas_import.cxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:15:30 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:12:59 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -167,8 +167,8 @@ namespace xmlscript
// -----------------------------------------------------------------------------
Reference< xml::input::XElement > BasicElementBase::startChildElement(
- sal_Int32 nUid, const ::rtl::OUString& rLocalName,
- const Reference< xml::input::XAttributes >& xAttributes )
+ sal_Int32 /*nUid*/, const ::rtl::OUString& /*rLocalName*/,
+ const Reference< xml::input::XAttributes >& /*xAttributes*/ )
throw (xml::sax::SAXException, RuntimeException)
{
throw xml::sax::SAXException(
@@ -178,7 +178,7 @@ namespace xmlscript
// -----------------------------------------------------------------------------
- void BasicElementBase::characters( const ::rtl::OUString& rChars )
+void BasicElementBase::characters( const ::rtl::OUString& /*rChars*/ )
throw (xml::sax::SAXException, RuntimeException)
{
// not used, all characters ignored
@@ -186,14 +186,14 @@ namespace xmlscript
// -----------------------------------------------------------------------------
- void BasicElementBase::ignorableWhitespace( const ::rtl::OUString& rWhitespaces )
+void BasicElementBase::ignorableWhitespace( const ::rtl::OUString& /*rWhitespaces*/ )
throw (xml::sax::SAXException, RuntimeException)
{
}
// -----------------------------------------------------------------------------
- void BasicElementBase::processingInstruction( const ::rtl::OUString& rTarget, const ::rtl::OUString& rData )
+void BasicElementBase::processingInstruction( const ::rtl::OUString& /*rTarget*/, const ::rtl::OUString& /*rData*/ )
throw (xml::sax::SAXException, RuntimeException)
{
}
@@ -570,14 +570,14 @@ namespace xmlscript
// -----------------------------------------------------------------------------
- void BasicImport::processingInstruction( const ::rtl::OUString& rTarget, const ::rtl::OUString& rData )
+void BasicImport::processingInstruction( const ::rtl::OUString& /*rTarget*/, const ::rtl::OUString& /*rData*/ )
throw (xml::sax::SAXException, RuntimeException)
{
}
// -----------------------------------------------------------------------------
- void BasicImport::setDocumentLocator( const Reference< xml::sax::XLocator >& xLocator )
+void BasicImport::setDocumentLocator( const Reference< xml::sax::XLocator >& /*xLocator*/ )
throw (xml::sax::SAXException, RuntimeException)
{
}