#i10000#: add cast

This commit is contained in:
Jens-Heiner Rechtien 2009-01-14 15:19:36 +00:00
parent d2621442ed
commit 601ed6045b

View file

@ -1209,7 +1209,7 @@ void XclExpMultiCellBase::SaveXml( XclExpXmlStream& rStrm )
{ {
WriteXmlContents( WriteXmlContents(
rStrm, rStrm,
XclAddress( nBegXclCol + nRelCol, GetXclRow() ), XclAddress( static_cast<sal_uInt16>(nBegXclCol + nRelCol), GetXclRow() ),
aIt->mnXFIndex, aIt->mnXFIndex,
nRelColIdx ); nRelColIdx );
++nRelCol; ++nRelCol;