#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(
|
WriteXmlContents(
|
||||||
rStrm,
|
rStrm,
|
||||||
XclAddress( nBegXclCol + nRelCol, GetXclRow() ),
|
XclAddress( static_cast<sal_uInt16>(nBegXclCol + nRelCol), GetXclRow() ),
|
||||||
aIt->mnXFIndex,
|
aIt->mnXFIndex,
|
||||||
nRelColIdx );
|
nRelColIdx );
|
||||||
++nRelCol;
|
++nRelCol;
|
||||||
|
|
Loading…
Reference in a new issue