vmote 2003/08/26 08:05:33 Modified: src/java/org/apache/fop/layoutmgr AddLMVisitor.java Log: change cryptic method name Revision Changes Path 1.11 +3 -3 xml-fop/src/java/org/apache/fop/layoutmgr/AddLMVisitor.java Index: AddLMVisitor.java =================================================================== RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/AddLMVisitor.java,v retrieving revision 1.10 retrieving revision 1.11 diff -u -r1.10 -r1.11 --- AddLMVisitor.java 26 Aug 2003 14:35:42 -0000 1.10 +++ AddLMVisitor.java 26 Aug 2003 15:05:33 -0000 1.11 @@ -472,7 +472,7 @@ } public void serveVisitor(InstreamForeignObject node) { - Viewport areaCurrent = getIFOInlineArea(node); + Viewport areaCurrent = getInstreamForeignObjectInlineArea(node); if (areaCurrent != null) { LeafNodeLayoutManager lm = new LeafNodeLayoutManager(); lm.setUserAgent(node.getUserAgent()); @@ -489,7 +489,7 @@ * * @return the viewport inline area */ - public Viewport getIFOInlineArea(InstreamForeignObject node) { + public Viewport getInstreamForeignObjectInlineArea(InstreamForeignObject node) { if (node.getChildren() == null) { return null; }
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]