summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorobo <obo@openoffice.org>2010-10-08 08:19:25 +0200
committerobo <obo@openoffice.org>2010-10-08 08:19:25 +0200
commit965f693fd736350d997e7f40dda720ce2e016149 (patch)
tree5286ad5dcb071e601d068893ab50fe3ae0585837
parentfec8085e1c391ee56aeb736c230ee66a88dba46a (diff)
parentd2c13df2ea23ed334ce37c4fc9687252ff100d51 (diff)
CWS-TOOLING: integrate CWS sw33bf10
Notes
split repo tag: calc_ooo/OOO330_m10
-rw-r--r--sc/source/filter/excel/xeescher.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/filter/excel/xeescher.cxx b/sc/source/filter/excel/xeescher.cxx
index 0509f2afa5fa..b2801df7f54a 100644
--- a/sc/source/filter/excel/xeescher.cxx
+++ b/sc/source/filter/excel/xeescher.cxx
@@ -841,7 +841,7 @@ void XclExpTbxControlObj::WriteSubRecs( XclExpStream& rStrm )
}
else if( mnObjType == EXC_OBJTYPE_DROPDOWN )
{
- rStrm << sal_uInt16( 0 ) << mnLineCount;
+ rStrm << sal_uInt16( 0 ) << mnLineCount << sal_uInt16( 0 ) << sal_uInt16( 0 );
}
rStrm.EndRecord();