diff options
author | Peter Bernard West <pbwest@apache.org> | 2004-05-30 06:25:33 +0000 |
---|---|---|
committer | Peter Bernard West <pbwest@apache.org> | 2004-05-30 06:25:33 +0000 |
commit | 25cd51f118f9496fb409604ba6c638940f85607c (patch) | |
tree | 95f783d40aa68db86ca62631b6059a3b3aa7a4e8 | |
parent | 7e94b283b4b60d85c6fc7b108d886327e7e94280 (diff) | |
download | xmlgraphics-fop-25cd51f118f9496fb409604ba6c638940f85607c.tar.gz xmlgraphics-fop-25cd51f118f9496fb409604ba6c638940f85607c.zip |
Added LANGUAGE_IT initial data type
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/FOP_0-20-0_Alt-Design@197665 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | src/java/org/apache/fop/fo/properties/Property.java | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/properties/Property.java b/src/java/org/apache/fop/fo/properties/Property.java index ea37b3139..1d48a9d67 100644 --- a/src/java/org/apache/fop/fo/properties/Property.java +++ b/src/java/org/apache/fop/fo/properties/Property.java @@ -161,7 +161,7 @@ public class Property { ,NONE_IT = 16384 ,AURAL_IT = 32768 ,TEXT_DECORATION_IT = 65536 - // Unused ,FONTSET_IT = 131072 + ,LANGUAGE_IT = 131072 ; /** @@ -180,6 +180,7 @@ public class Property { | NCNAME_IT | COLOR_IT | COUNTRY_IT + | LANGUAGE_IT | URI_SPECIFICATION_IT | BOOL_IT | ENUM_IT |