diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:12:25 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-06-20 04:12:25 +0000 |
commit | b1fb9640df2913f159230e55ef6789a508c25648 (patch) | |
tree | 4702dba497c7c77a8ce19bcebb9c7ca401902082 | |
parent | a0129cc1d8920b8d2f3141a655b681fe15d65ad6 (diff) |
INTEGRATION: CWS warnings01 (1.34.4); FILE MERGED
2006/03/06 10:16:09 dbo 1.34.4.2: #i55991#
2005/10/27 15:29:52 dbo 1.34.4.1: #i53898# warning-free for CC
-rw-r--r-- | xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx index 5512f213c512..973a8e8c5f5f 100644 --- a/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx +++ b/xmlscript/source/xmldlg_imexp/xmldlg_impmodels.cxx @@ -4,9 +4,9 @@ * * $RCSfile: xmldlg_impmodels.cxx,v $ * - * $Revision: 1.34 $ + * $Revision: 1.35 $ * - * last change: $Author: rt $ $Date: 2005-09-09 16:14:07 $ + * last change: $Author: hr $ $Date: 2006-06-20 05:12:25 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -1424,7 +1424,8 @@ Reference< xml::input::XElement > MenuPopupElement::startChildElement( OUString( RTL_CONSTASCII_USTRINGPARAM("selected") ) ) ); if (aSel.getLength() && aSel.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("true") )) { - _itemSelected.push_back( _itemValues.size() -1 ); + _itemSelected.push_back( + static_cast<sal_Int16>(_itemValues.size()) -1 ); } } return new ElementBase( @@ -1994,8 +1995,8 @@ BulletinBoardElement::BulletinBoardElement( // style //__________________________________________________________________________________________________ Reference< xml::input::XElement > StyleElement::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( |