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:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user