aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/fo/FObjMixed.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/apache/fop/fo/FObjMixed.java')
-rw-r--r--src/org/apache/fop/fo/FObjMixed.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/org/apache/fop/fo/FObjMixed.java b/src/org/apache/fop/fo/FObjMixed.java
index d82257770..68a8a0d8e 100644
--- a/src/org/apache/fop/fo/FObjMixed.java
+++ b/src/org/apache/fop/fo/FObjMixed.java
@@ -83,6 +83,9 @@ public class FObjMixed extends FObj {
if (this.marker == START) {
this.marker = 0;
+ // initialize id
+ String id = this.properties.get("id").getString();
+ area.getIDReferences().initializeID(id,area);
}
int numChildren = this.children.size();