summaryrefslogtreecommitdiffstats
path: root/sc/source
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2009-01-14 15:19:36 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2009-01-14 15:19:36 +0000
commit601ed6045b46669d83e5c9d34038b79d4e95b684 (patch)
treee61f76da2d34f3abd41f5f72b0a817b4a32a961c /sc/source
parent#i10000#: de-inline ScDocument::FastGetRowHeight() to be able to link scfilt ... (diff)
downloadcore-601ed6045b46669d83e5c9d34038b79d4e95b684.tar.gz
core-601ed6045b46669d83e5c9d34038b79d4e95b684.zip
#i10000#: add cast
Diffstat (limited to 'sc/source')
-rw-r--r--sc/source/filter/excel/xetable.cxx2
1 files changed, 1 insertions, 1 deletions
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<sal_uInt16>(nBegXclCol + nRelCol), GetXclRow() ),
aIt->mnXFIndex,
nRelColIdx );
++nRelCol;