diff options
author | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2010-09-29 13:31:35 +0200 |
---|---|---|
committer | Daniel Rentz [dr] <daniel.rentz@oracle.com> | 2010-09-29 13:31:35 +0200 |
commit | 1fac3846804727924c30919bba18d04c40cc4fe2 (patch) | |
tree | f56ce82c157a72d9632fcb93fb6d7b12fe80b4d7 | |
parent | 0815e6f3086d4513fb1dfed2a0ff8e83a3589afc (diff) |
sw33bf10: #i105461# write missing parts of OBJLBSDATA sub record
-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 3c771a2f4..a49ec43c2 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(); |