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
This commit is contained in:
parent
a0129cc1d8
commit
b1fb9640df
1 changed files with 6 additions and 5 deletions
|
@ -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(
|
||||
|
|
Loading…
Reference in a new issue