From c4affe1c4237450dc92e159af18f95580b877e92 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Mon, 17 Nov 2014 09:21:00 +0000 Subject: [PATCH] fix patch --- 0001-impress-tables-are-not-interactively-growing.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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