Related: tdf#93461 relax constraints a lot more

This commit is contained in:
Caolán McNamara 2015-10-02 15:36:02 +01:00
parent e2dc4b01be
commit a50f876b91

View File

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