]> source.dussan.org Git - xmlgraphics-fop.git/commit
Property.getPropertyName() switched from returning strings to
authorGlen Mazza <gmazza@apache.org>
Fri, 26 Dec 2003 23:41:47 +0000 (23:41 +0000)
committerGlen Mazza <gmazza@apache.org>
Fri, 26 Dec 2003 23:41:47 +0000 (23:41 +0000)
commit4425dafeb0d69048a21d26c3b2ac9ccbf3a87942
tree298ae83dfd4966ed467c89e3ef42baef156a9d93
parent3ace6b2c4f2cfeb7b308007db9cf7ca9c856e53a
Property.getPropertyName() switched from returning strings to
integer constants (perh. should be renamed to getPropertyId()?);
change propagated to classes calling this function.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@197056 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/datatypes/ToBeImplementedProperty.java
src/java/org/apache/fop/fo/BoxPropShorthandParser.java
src/java/org/apache/fop/fo/GenericShorthandParser.java
src/java/org/apache/fop/fo/Property.java
src/java/org/apache/fop/fo/PropertyList.java
src/java/org/apache/fop/fo/ShorthandParser.java