aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/layoutmgr/FlowLayoutManager.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/apache/fop/layoutmgr/FlowLayoutManager.java')
-rw-r--r--src/org/apache/fop/layoutmgr/FlowLayoutManager.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/org/apache/fop/layoutmgr/FlowLayoutManager.java b/src/org/apache/fop/layoutmgr/FlowLayoutManager.java
index 0da033a5b..7a6e24cf8 100644
--- a/src/org/apache/fop/layoutmgr/FlowLayoutManager.java
+++ b/src/org/apache/fop/layoutmgr/FlowLayoutManager.java
@@ -32,8 +32,7 @@ public class FlowLayoutManager extends BlockStackingLayoutManager {
* This is the top level layout manager.
* It is created by the PageSequence FO.
*/
- public FlowLayoutManager(FObj fobj) {
- super(fobj);
+ public FlowLayoutManager() {
}
public BreakPoss getNextBreakPoss(LayoutContext context) {