]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
updated master-name to master-reference
authorKeiron Liddle <keiron@apache.org>
Tue, 11 Dec 2001 12:26:15 +0000 (12:26 +0000)
committerKeiron Liddle <keiron@apache.org>
Tue, 11 Dec 2001 12:26:15 +0000 (12:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194597 13f79535-47bb-0310-9956-ffa450edef68

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

index 359b489960eda808bb46526db0b18ce980fa6bbb..e09f0e31041cc3474efc0903774b4e47c92b89d6 100644 (file)
@@ -37,8 +37,8 @@ public class ConditionalPageMasterReference extends FObj {
 
     public void handleAttrs(Attributes attlist) throws FOPException {
         super.handleAttrs(attlist);
-        if (getProperty("master-name") != null) {
-            setMasterName(getProperty("master-name").getString());
+        if (getProperty("master-reference") != null) {
+            setMasterName(getProperty("master-reference").getString());
         }
 
         validateParent(parent);