Kaydet (Commit) 790896d9 authored tarafından Michael Stahl's avatar Michael Stahl

fdo#71749: sw: WW8: don't loop on tables in footnotes

(regression from ee1db992)

Change-Id: Id10b6fb8e9e3697b10a1df605cb48d94a55ad207
üst 5170b4e4
......@@ -2707,7 +2707,7 @@ bool SwWW8ImplReader::ProcessSpecial(bool &rbReSync, WW8_CP nStartCp)
pPlcxMan->GetPap()->Restore( aSave );
}
}
} while (nInTable < nCellLevel);
} while (!bFtnEdn && (nInTable < nCellLevel));
return bTableRowEnd;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment