aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/fo/Constants.java
diff options
context:
space:
mode:
authorGlen Mazza <gmazza@apache.org>2005-01-11 00:07:52 +0000
committerGlen Mazza <gmazza@apache.org>2005-01-11 00:07:52 +0000
commit972239f1c44798844dcc8954ed4d97364c4cc871 (patch)
tree593cd19d0b683249227b53032a59ef16862b8836 /src/java/org/apache/fop/fo/Constants.java
parenta2a5e1ea669973db55907af2ad62325b8e776eb5 (diff)
downloadxmlgraphics-fop-972239f1c44798844dcc8954ed4d97364c4cc871.tar.gz
xmlgraphics-fop-972239f1c44798844dcc8954ed4d97364c4cc871.zip
PR:
Obtained from: Submitted by: Reviewed by: 1.) EnumProperty starting-state implemented. 2.) Switch from "makeEnumProperty" to slightly more intuitive "getEnumProperty" in FOPropertyMapping. 3.) Removed no longer used canHaveIds array in PropertySets. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198250 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/fo/Constants.java')
-rw-r--r--src/java/org/apache/fop/fo/Constants.java3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/fo/Constants.java b/src/java/org/apache/fop/fo/Constants.java
index 3103ca9d8..dd2fa4450 100644
--- a/src/java/org/apache/fop/fo/Constants.java
+++ b/src/java/org/apache/fop/fo/Constants.java
@@ -1,5 +1,5 @@
/*
- * Copyright 1999-2004 The Apache Software Foundation.
+ * Copyright 1999-2005 The Apache Software Foundation.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -125,7 +125,6 @@ public interface Constants {
int COMPOUND_COUNT = 11;
// property constants
-
int PR_ABSOLUTE_POSITION = 1;
int PR_ACTIVE_STATE = 2;
int PR_ALIGNMENT_ADJUST = 3;