]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Remove unnecessary casts to specific property classes
authorKaren Lease <klease@apache.org>
Fri, 10 Nov 2000 22:51:12 +0000 (22:51 +0000)
committerKaren Lease <klease@apache.org>
Fri, 10 Nov 2000 22:51:12 +0000 (22:51 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193780 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/pagination/PageSequence.java

index 381d52d9f519cae275bbfbf7ea392bc24c195c76..70930813d3c0e5698b92d23fe635a65532ae6af3 100644 (file)
@@ -122,9 +122,6 @@ public class PageSequence extends FObj
        
         layoutMasterSet = root.getLayoutMasterSet();
         thisIsFirstPage=true; // we are now on the first page of the page sequence
-       /*
-        InitialPageNumber ipn = (InitialPageNumber) this.properties.get("initial-page-number");
-       */
         String ipnValue= this.properties.get("initial-page-number").getString();
 
         if ( ipnValue.equals("auto") )
@@ -153,7 +150,6 @@ public class PageSequence extends FObj
             }
         }
 
-       // masterName = ((MasterName) this.properties.get("master-name")).getString();
         masterName = this.properties.get("master-name").getString();
     }