Index: source/filter/excel/excrecds.cxx =================================================================== RCS file: /cvs/sc/sc/source/filter/excel/excrecds.cxx,v retrieving revision 1.63.58.2 diff -u -r1.63.58.2 excrecds.cxx --- source/filter/excel/excrecds.cxx 4 Aug 2003 12:09:35 -0000 1.63.58.2 +++ source/filter/excel/excrecds.cxx 8 Aug 2003 09:39:01 -0000 @@ -1390,6 +1390,7 @@ break; default: + fVal = pFCell->GetValue(); rStrm << fVal; break; }