summaryrefslogtreecommitdiff
path: root/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:12:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2006-06-20 04:12:36 +0000
commit9b71c5b6315dbfff82b8f7f52741dd4112823f18 (patch)
tree6173c9b187abe2e3d9fb58870d80c02fe65f781a /xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
parentb1fb9640df2913f159230e55ef6789a508c25648 (diff)
INTEGRATION: CWS warnings01 (1.31.4); FILE MERGED
2005/10/27 15:29:52 dbo 1.31.4.1: #i53898# warning-free for CC
Diffstat (limited to 'xmlscript/source/xmldlg_imexp/xmldlg_import.cxx')
-rw-r--r--xmlscript/source/xmldlg_imexp/xmldlg_import.cxx18
1 files changed, 9 insertions, 9 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
index a73325d8e3f0..cfd34142d882 100644
--- a/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
+++ b/xmlscript/source/xmldlg_imexp/xmldlg_import.cxx
@@ -4,9 +4,9 @@
*
* $RCSfile: xmldlg_import.cxx,v $
*
- * $Revision: 1.31 $
+ * $Revision: 1.32 $
*
- * last change: $Author: rt $ $Date: 2005-09-09 16:14:21 $
+ * last change: $Author: hr $ $Date: 2006-06-20 05:12:36 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -1640,13 +1640,13 @@ Reference< xml::input::XAttributes > ElementBase::getAttributes()
}
//__________________________________________________________________________________________________
void ElementBase::ignorableWhitespace(
- OUString const & rWhitespaces )
+ OUString const & /*rWhitespaces*/ )
throw (xml::sax::SAXException, RuntimeException)
{
// not used
}
//__________________________________________________________________________________________________
-void ElementBase::characters( OUString const & rChars )
+void ElementBase::characters( OUString const & /*rChars*/ )
throw (xml::sax::SAXException, RuntimeException)
{
// not used, all characters ignored
@@ -1658,14 +1658,14 @@ void ElementBase::endElement()
}
//______________________________________________________________________________
void ElementBase::processingInstruction(
- OUString const & Target, OUString const & Data )
+ OUString const & /*Target*/, OUString const & /*Data*/ )
throw (xml::sax::SAXException, RuntimeException)
{
}
//__________________________________________________________________________________________________
Reference< xml::input::XElement > ElementBase::startChildElement(
- sal_Int32 nUid, OUString const & rLocalName,
- Reference< xml::input::XAttributes > const & xAttributes )
+ sal_Int32 /*nUid*/, OUString const & /*rLocalName*/,
+ Reference< xml::input::XAttributes > const & /*xAttributes*/ )
throw (xml::sax::SAXException, RuntimeException)
{
throw xml::sax::SAXException(
@@ -1733,14 +1733,14 @@ void DialogImport::endDocument()
}
//__________________________________________________________________________________________________
void DialogImport::processingInstruction(
- OUString const & rTarget, OUString const & rData )
+ OUString const & /*rTarget*/, OUString const & /*rData*/ )
throw (xml::sax::SAXException, RuntimeException)
{
// ignored for now: xxx todo
}
//__________________________________________________________________________________________________
void DialogImport::setDocumentLocator(
- Reference< xml::sax::XLocator > const & xLocator )
+ Reference< xml::sax::XLocator > const & /*xLocator*/ )
throw (xml::sax::SAXException, RuntimeException)
{
// ignored for now: xxx todo