Related: tdf#93461 relax constraints a lot more

f41
Caolán McNamara 9 years ago
parent e2dc4b01be
commit a50f876b91

@ -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

Loading…
Cancel
Save