update dev300-m58
[ooovba.git] / applied_patches / 0157-calc-xls-disable-adjust-row-height.diff
blobdfd90cc183becb2c08da848d3f4840695e5d20d5
1 diff --git sc/source/filter/excel/read.cxx sc/source/filter/excel/read.cxx
2 index a868e17..e3e7ecd 100644
3 --- sc/source/filter/excel/read.cxx
4 +++ sc/source/filter/excel/read.cxx
5 @@ -1171,7 +1171,12 @@ FltError ImportExcel8::Read( void )
7 pProgress.reset();
9 +#if 0
10 + // Excel documents look much better without this call; better in the
11 + // sense that the row heights are identical to the original heights in
12 + // Excel.
13 AdjustRowHeight();
14 +#endif
15 PostDocLoad();
17 pD->CalcAfterLoad();