diff --git a/sc/source/filter/excel/xetable.cxx b/sc/source/filter/excel/xetable.cxx index 3a82b9f3afc6..c186694375b5 100644 --- a/sc/source/filter/excel/xetable.cxx +++ b/sc/source/filter/excel/xetable.cxx @@ -1209,7 +1209,7 @@ void XclExpMultiCellBase::SaveXml( XclExpXmlStream& rStrm ) { WriteXmlContents( rStrm, - XclAddress( nBegXclCol + nRelCol, GetXclRow() ), + XclAddress( static_cast(nBegXclCol + nRelCol), GetXclRow() ), aIt->mnXFIndex, nRelColIdx ); ++nRelCol;