diff options
author | obo <obo@openoffice.org> | 2010-10-08 08:19:25 +0200 |
---|---|---|
committer | obo <obo@openoffice.org> | 2010-10-08 08:19:25 +0200 |
commit | 965f693fd736350d997e7f40dda720ce2e016149 (patch) | |
tree | 5286ad5dcb071e601d068893ab50fe3ae0585837 /sc/source | |
parent | fec8085e1c391ee56aeb736c230ee66a88dba46a (diff) | |
parent | d2c13df2ea23ed334ce37c4fc9687252ff100d51 (diff) |
CWS-TOOLING: integrate CWS sw33bf10
Notes
Notes:
split repo tag: calc_ooo/OOO330_m10
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/filter/excel/xeescher.cxx | 2 |
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(); |