--- style/FlowObj.cxx 2001/03/19 17:48:16 1.14 +++ style/FlowObj.cxx 2001/06/21 20:44:42 @@ -2604,6 +2684,10 @@ case sColumn: if (af & FlowObj::afTableColumn) return true; + if (af & (FlowObj::afTableRow | FlowObj::afTableCell)) { + s_ = sContent; + return true; + } s_ = sBadColumn; break; case sBadContent: