]> git.pld-linux.org Git - packages/openjade.git/blob - openjade-table.patch
- fixed removing of CVS dirs
[packages/openjade.git] / openjade-table.patch
1 --- style/FlowObj.cxx   2001/03/19 17:48:16     1.14
2 +++ style/FlowObj.cxx   2001/06/21 20:44:42
3 @@ -2604,6 +2684,10 @@
4      case sColumn:
5        if (af & FlowObj::afTableColumn)
6         return true;
7 +      if (af & (FlowObj::afTableRow | FlowObj::afTableCell)) {
8 +       s_ = sContent;
9 +       return true;
10 +      }
11        s_ = sBadColumn;
12        break;
13      case sBadContent:
This page took 0.057796 seconds and 3 git commands to generate.