]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Added NO_LIMIT enum (value to maximum-repeats).
authorFinn Bock <bckfnn@apache.org>
Tue, 7 Sep 2004 20:10:25 +0000 (20:10 +0000)
committerFinn Bock <bckfnn@apache.org>
Tue, 7 Sep 2004 20:10:25 +0000 (20:10 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197931 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/fo/Constants.java

index 710174b1b2a02ef5bde68b343dc5c99a01c0a428..a987fb61d757fe156f55884ba9fc0a4bfa8a0da5 100644 (file)
@@ -497,7 +497,8 @@ public interface Constants {
     int FONT_HEIGHT = 107;
     int LINE_HEIGHT = 108;
     int MAX_HEIGHT = 109;
-    int ENUM_COUNT = 109;
+    int NO_LIMIT = 110;
+    int ENUM_COUNT = 110;
 
    // Enumeration Interfaces