summaryrefslogtreecommitdiff
path: root/patches/dev300/calc-combo-listbox-export-fix.diff
diff options
context:
space:
mode:
Diffstat (limited to 'patches/dev300/calc-combo-listbox-export-fix.diff')
-rw-r--r--patches/dev300/calc-combo-listbox-export-fix.diff20
1 files changed, 0 insertions, 20 deletions
diff --git a/patches/dev300/calc-combo-listbox-export-fix.diff b/patches/dev300/calc-combo-listbox-export-fix.diff
deleted file mode 100644
index b80edd090..000000000
--- a/patches/dev300/calc-combo-listbox-export-fix.diff
+++ /dev/null
@@ -1,20 +0,0 @@
----
- sc/source/filter/excel/xeescher.cxx | 2 ++
- 1 files changed, 2 insertions(+), 0 deletions(-)
-
-diff --git sc/source/filter/excel/xeescher.cxx sc/source/filter/excel/xeescher.cxx
-index f96f01f..5055149 100644
---- sc/source/filter/excel/xeescher.cxx
-+++ sc/source/filter/excel/xeescher.cxx
-@@ -842,6 +842,8 @@ void XclExpTbxControlObj::WriteSubRecs( XclExpStream& rStrm )
- else if( mnObjType == EXC_OBJTYPE_DROPDOWN )
- {
- rStrm << sal_uInt16( 0 ) << mnLineCount;
-+ // dxMin & zero length str
-+ rStrm << sal_uInt16( 0 ) << sal_uInt16( 0 );
- }
-
- rStrm.EndRecord();
---
-1.7.0.1
-