Browse Source

Implemented reset() on ListItemLayoutManager


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_ChangingIPDHack@798194 13f79535-47bb-0310-9956-ffa450edef68
Temp_ChangingIPDHack
Vincent Hennebert 15 years ago
parent
commit
3c5c59bd0f
1 changed files with 7 additions and 0 deletions
  1. 7
    0
      src/java/org/apache/fop/layoutmgr/list/ListItemLayoutManager.java

+ 7
- 0
src/java/org/apache/fop/layoutmgr/list/ListItemLayoutManager.java View File

@@ -706,6 +706,13 @@ public class ListItemLayoutManager extends BlockStackingLayoutManager
}
}

/** {@inheritDoc} */
public void reset() {
super.reset();
label.reset();
body.reset();
}


}


Loading…
Cancel
Save