From a50f876b9198e2d0fc6f188e7898f404f0ca2241 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Caol=C3=A1n=20McNamara?= Date: Fri, 2 Oct 2015 15:36:02 +0100 Subject: [PATCH] Related: tdf#93461 relax constraints a lot more --- 0001-Resolves-tdf-93461-captions-laid-out-behind-images.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/0001-Resolves-tdf-93461-captions-laid-out-behind-images.patch b/0001-Resolves-tdf-93461-captions-laid-out-behind-images.patch index 9f01ee3..34b47e7 100644 --- a/0001-Resolves-tdf-93461-captions-laid-out-behind-images.patch +++ b/0001-Resolves-tdf-93461-captions-laid-out-behind-images.patch @@ -46,7 +46,7 @@ index 263c05f..7f863c6 100644 + else + nLoopProtection = 0; + nStart = nNewStart; -+ const bool bWillEndlessInsert = nLoopProtection > 2; ++ const bool bWillEndlessInsert = nLoopProtection > 250; + SAL_WARN_IF(bWillEndlessInsert, "sw", "loop detection triggered"); + if ((!bWillEndlessInsert) // Check for special case: line is invisible, + // like in too thin table cell: tdf#66141