#i10000#: add cast
This commit is contained in:
parent
d2621442ed
commit
601ed6045b
1 changed files with 1 additions and 1 deletions
|
@ -1209,7 +1209,7 @@ void XclExpMultiCellBase::SaveXml( XclExpXmlStream& rStrm )
|
|||
{
|
||||
WriteXmlContents(
|
||||
rStrm,
|
||||
XclAddress( nBegXclCol + nRelCol, GetXclRow() ),
|
||||
XclAddress( static_cast<sal_uInt16>(nBegXclCol + nRelCol), GetXclRow() ),
|
||||
aIt->mnXFIndex,
|
||||
nRelColIdx );
|
||||
++nRelCol;
|
||||
|
|
Loading…
Reference in a new issue