https://bugs.documentfoundation.org/show_bug.cgi?id=75305
--- Comment #13 from Justin L <[email protected]> --- Created attachment 182447 --> https://bugs.documentfoundation.org/attachment.cgi?id=182447&action=edit i93609_auto_row_height.xlsb: from OpenOffice.org bug 93609 (In reply to Justin L from comment #12) > LibreOffice reports that a manual height has been set on row 3. Wrong. LO is reading in non-manual height, but it specifically calls SetManualHeight for merged horizontal cells because of https://bz.apache.org/ooo/show_bug.cgi?id=93609 if( bTextWrap ) GetOldRoot().pColRowBuff->SetManualRowHeight( rStart.Row() ); Bottom line: There is so much monkey business going on here, it isn't worth fixing this particular bug report. -- You are receiving this mail because: You are the assignee for the bug.
