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
commit92c2e0db5c9d4d0a65048138c3a9fe59a47fa5de (patch)
tree6de77abca581cbfaa992365dca535d6f4ee370c7
parentd81eda10143c9444fea0f6042deff3f3b88bfd85 (diff)
parent1fac3846804727924c30919bba18d04c40cc4fe2 (diff)
CWS-TOOLING: integrate CWS sw33bf10ooo/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 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();