Fix for bug 124273. Reviewed by toshok. Commented out call to

LO_PopStyleSheetTagByIndex() in lo_RelayoutCell() in laytable.c.
This should fix lots of crashes on rendering pages with stylesheets.


git-svn-id: svn://10.0.0.236/trunk@3686 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
nisheeth
1998-06-11 23:39:15 +00:00
parent 8a4901c308
commit f59e1428bf

View File

@@ -3787,7 +3787,7 @@ lo_RelayoutCell(MWContext *context, lo_DocState *state,
*/
if (relayout == FALSE)
{
LO_PopStyleTagByIndex(context, &state, P_TABLE_DATA, 0);
/* LO_PopStyleTagByIndex(context, &state, P_TABLE_DATA, 0); */
}
return(cell_ele);