https://bugs.documentfoundation.org/show_bug.cgi?id=123026
--- Comment #9 from Kohei Yoshida <[email protected]> --- (In reply to V Stuart Foote from comment #4) > Correcting bug 62268 [1] looks to maintain performance by not recalculating > height of all rows, but just when parsing of ODF spreadsheets with row > styling "use-optimal-row-height" set true. FWIW, this is not an accurate description of this flag. Please refer to https://bugs.documentfoundation.org/show_bug.cgi?id=128204 for what this flag is used for. In short, this flag simply stores boolean states that represent, in the UI, whether the row heights have been calculated via "optimal row heights" feature. If set to false, that means the user has manually typed in the desired row height value. This flag is not meant to control whether or not we should recalculate row heights on document import. -- You are receiving this mail because: You are the assignee for the bug.
