summaryrefslogtreecommitdiff
path: root/sc
diff options
context:
space:
mode:
authorDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-09-29 13:31:35 +0200
committerDaniel Rentz [dr] <daniel.rentz@oracle.com>2010-09-29 13:31:35 +0200
commitd2c13df2ea23ed334ce37c4fc9687252ff100d51 (patch)
treed87370a99ef6f8d5829b53aabc1f9dc63e25af93 /sc
parent8c8d2a8a8f0721ebf8767ab2f0a058730d16996f (diff)
sw33bf10: #i105461# write missing parts of OBJLBSDATA sub record
Diffstat (limited to 'sc')
-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();