aboutsummaryrefslogtreecommitdiffstats
path: root/src/codegen
diff options
context:
space:
mode:
authorSteve Coffman <gears@apache.org>2000-10-12 19:58:33 +0000
committerSteve Coffman <gears@apache.org>2000-10-12 19:58:33 +0000
commitdf98ff4aef27d94815ad7ebd61318f296ca9036d (patch)
tree29d887912305468b4b3c431aec9d27c901f354c3 /src/codegen
parentdaad55edcbbaa81d20a9b582e8ac1b831712ca00 (diff)
downloadxmlgraphics-fop-df98ff4aef27d94815ad7ebd61318f296ca9036d.tar.gz
xmlgraphics-fop-df98ff4aef27d94815ad7ebd61318f296ca9036d.zip
This applies Tony Graham's modification of Ross Golder's unicode fix. I
don't speak german, so I assume it's right. This also fixes the properties.xml file as per Mark Reeves message. git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@193723 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/codegen')
-rw-r--r--src/codegen/properties.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/codegen/properties.xml b/src/codegen/properties.xml
index 92cd96932..7cde2e588 100644
--- a/src/codegen/properties.xml
+++ b/src/codegen/properties.xml
@@ -195,10 +195,10 @@
<inherited>true</inherited>
<datatype>
<enumeration>
- <value const="CENTER">center</value>
- <value const="END">end</value>
<value const="START">start</value>
+ <value const="END">end</value>
<value const="JUSTIFY">justify</value>
+ <value const="CENTER">center</value>
</enumeration>
</datatype>
<default>start</default>