aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/fo/flow/RetrieveMarker.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/apache/fop/fo/flow/RetrieveMarker.java')
-rw-r--r--src/org/apache/fop/fo/flow/RetrieveMarker.java1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/org/apache/fop/fo/flow/RetrieveMarker.java b/src/org/apache/fop/fo/flow/RetrieveMarker.java
index 859fa18e6..eb3d0497f 100644
--- a/src/org/apache/fop/fo/flow/RetrieveMarker.java
+++ b/src/org/apache/fop/fo/flow/RetrieveMarker.java
@@ -27,7 +27,6 @@ public class RetrieveMarker extends FObjMixed {
public RetrieveMarker(FONode parent) {
super(parent);
- this.name = "fo:retrieve-marker";
}
public void handleAttrs(Attributes attlist) throws FOPException {