]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Two more unneeded initProperties() calls removed. Only four left to look at.
authorGlen Mazza <gmazza@apache.org>
Thu, 11 Nov 2004 06:51:58 +0000 (06:51 +0000)
committerGlen Mazza <gmazza@apache.org>
Thu, 11 Nov 2004 06:51:58 +0000 (06:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198138 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/layoutmgr/InlineLayoutManager.java
src/java/org/apache/fop/layoutmgr/table/Cell.java

index 642815e1b49100bf80e703ccbe64305f13e6fbf1..0d32cdb8ba8135a07a1b4fc8a6f5b82f044cfd37 100755 (executable)
@@ -52,7 +52,6 @@ public class InlineLayoutManager extends InlineStackingLayoutManager {
      * @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);
index 62008fcd4fb887590367d611994977a0dbd106bc..94983cbe969ddcd330bb6e8233b852f85af469ef 100644 (file)
@@ -59,12 +59,6 @@ public class Cell extends BlockStackingLayoutManager {
         fobj = node;
     }
 
-    /**
-     * @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