aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/java/org/apache/fop/layoutmgr/inline/InlineLayoutManager.java6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/java/org/apache/fop/layoutmgr/inline/InlineLayoutManager.java b/src/java/org/apache/fop/layoutmgr/inline/InlineLayoutManager.java
index 9563b491e..14ce7474a 100644
--- a/src/java/org/apache/fop/layoutmgr/inline/InlineLayoutManager.java
+++ b/src/java/org/apache/fop/layoutmgr/inline/InlineLayoutManager.java
@@ -215,6 +215,12 @@ public class InlineLayoutManager extends InlineStackingLayoutManager {
return area;
}
+ /**
+ * Creates the inline area that will contain the areas returned by the
+ * children of this layout manager.
+ *
+ * @return a new inline area
+ */
protected InlineParent createInlineParent() {
return new InlineParent();
}