generatesInlineAreas() are called.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198029
13f79535-47bb-0310-9956-
ffa450edef68
while (proxyLMiter.hasNext()) {
LayoutManager lm = (LayoutManager) proxyLMiter.next();
+ lm.setParent(this);
if (lm.generatesInlineAreas()) {
LineLayoutManager lineLM = createLineManager(lm);
addChildLM(lineLM);
inlines.add(firstlm);
while (proxyLMiter.hasNext()) {
LayoutManager lm = (LayoutManager) proxyLMiter.next();
+ lm.setParent(this);
if (lm.generatesInlineAreas()) {
inlines.add(lm);
} else {