diff --git a/0001-impress-tables-are-not-interactively-growing.patch b/0001-impress-tables-are-not-interactively-growing.patch index b8d5ad6..26cb866 100644 --- a/0001-impress-tables-are-not-interactively-growing.patch +++ b/0001-impress-tables-are-not-interactively-growing.patch @@ -33,7 +33,7 @@ index fbd532a..856a9e5 100644 // Optimization: SdrTableObj::SetChanged() can call this very often, repeatedly // with the same settings, noticeably increasing load time. Skip if already done. + bool bInteractiveMightGrowBecauseTextChanged = -+ mpTableObj->IsRealyEdited() && (mpTableObj->IsAutoGrowHeight() || mpTableObj->IsAutoGrowHeight()); ++ mpTableObj->IsRealyEdited() && (mpTableObj->IsAutoGrowHeight() || mpTableObj->IsAutoGrowWidth()); WritingMode writingMode = mpTableObj->GetWritingMode(); - if( lastLayoutTable != this || lastLayoutInputRectangle != rArea + if( bInteractiveMightGrowBecauseTextChanged