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 | 92c2e0db5c9d4d0a65048138c3a9fe59a47fa5de (patch) | |
tree | 6de77abca581cbfaa992365dca535d6f4ee370c7 | |
parent | d81eda10143c9444fea0f6042deff3f3b88bfd85 (diff) | |
parent | 1fac3846804727924c30919bba18d04c40cc4fe2 (diff) |
CWS-TOOLING: integrate CWS sw33bf10ooo/OOO330_m10
-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(); |