aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAndreas L. Delmelle <adelmelle@apache.org>2006-08-24 21:29:48 +0000
committerAndreas L. Delmelle <adelmelle@apache.org>2006-08-24 21:29:48 +0000
commitf97b8ac53e034a9ae8d986a8914f04d3e81058bc (patch)
tree9306f3b93efc4a630465155409e10c9b27820e8e /src
parent651f306827b5effb7fbc190c121832b44e67cafe (diff)
downloadxmlgraphics-fop-f97b8ac53e034a9ae8d986a8914f04d3e81058bc.tar.gz
xmlgraphics-fop-f97b8ac53e034a9ae8d986a8914f04d3e81058bc.zip
Just isn't my day... last one
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@434530 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r--src/java/org/apache/fop/fo/properties/LengthRangeProperty.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/fo/properties/LengthRangeProperty.java b/src/java/org/apache/fop/fo/properties/LengthRangeProperty.java
index 6611cb53d..8697eab84 100644
--- a/src/java/org/apache/fop/fo/properties/LengthRangeProperty.java
+++ b/src/java/org/apache/fop/fo/properties/LengthRangeProperty.java
@@ -291,7 +291,7 @@ public class LengthRangeProperty extends Property implements CompoundDatatype {
/**
* @return this.lengthRange cast as an Object
*/
- protected Object getObject() {
+ public Object getObject() {
return this;
}