diff options
Diffstat (limited to 'src/java/org/apache/fop/layoutmgr/InstreamForeignObjectLM.java')
-rw-r--r-- | src/java/org/apache/fop/layoutmgr/InstreamForeignObjectLM.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/layoutmgr/InstreamForeignObjectLM.java b/src/java/org/apache/fop/layoutmgr/InstreamForeignObjectLM.java index eb582e313..6abc1a60e 100644 --- a/src/java/org/apache/fop/layoutmgr/InstreamForeignObjectLM.java +++ b/src/java/org/apache/fop/layoutmgr/InstreamForeignObjectLM.java @@ -73,7 +73,7 @@ public class InstreamForeignObjectLM extends LeafNodeLayoutManager { int ipd = -1; boolean bpdauto = false; if (hasLH) { - bpd = ifoNode.getProperty(PR_LINE_HEIGHT).getLength().getValue(); + bpd = ifoNode.getPropLength(PR_LINE_HEIGHT); } else { // this property does not apply when the line-height applies // isn't the block-progression-dimension always in the same |