gmazza 2004/11/10 22:51:58 Modified: src/java/org/apache/fop/layoutmgr InlineLayoutManager.java src/java/org/apache/fop/layoutmgr/table Cell.java Log: Two more unneeded initProperties() calls removed. Only four left to look at. Revision Changes Path 1.2 +1 -2 xml-fop/src/java/org/apache/fop/layoutmgr/InlineLayoutManager.java Index: InlineLayoutManager.java =================================================================== RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/InlineLayoutManager.java,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- InlineLayoutManager.java 19 Oct 2004 21:51:54 -0000 1.1 +++ InlineLayoutManager.java 11 Nov 2004 06:51:58 -0000 1.2 @@ -52,7 +52,6 @@ * @see org.apache.fop.layoutmgr.AbstractLayoutManager#initProperties() */ protected void initProperties() { - super.initProperties(); inlineProps = fobj.getCommonMarginInline(); borderProps = fobj.getCommonBorderPaddingBackground(); int iPad = borderProps.getPadding(CommonBorderPaddingBackground.BEFORE, false); 1.12 +0 -6 xml-fop/src/java/org/apache/fop/layoutmgr/table/Cell.java Index: Cell.java =================================================================== RCS file: /home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/table/Cell.java,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- Cell.java 19 Oct 2004 21:48:17 -0000 1.11 +++ Cell.java 11 Nov 2004 06:51:58 -0000 1.12 @@ -60,12 +60,6 @@ } /** - * @see org.apache.fop.layoutmgr.AbstractLayoutManager#initProperties() - */ - protected void initProperties() { - } - - /** * Get the next break possibility for this cell. * A cell contains blocks so there are breaks around the blocks * and inside the blocks.
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]