]> source.dussan.org Git - xmlgraphics-fop.git/commit
Removed RetrieveMarkerLM. The LMs of the marker children are attached
authorSimon Pepping <spepping@apache.org>
Tue, 7 Dec 2004 20:11:21 +0000 (20:11 +0000)
committerSimon Pepping <spepping@apache.org>
Tue, 7 Dec 2004 20:11:21 +0000 (20:11 +0000)
commitc2684bdf43d04e12668b66a088973d2e1bdeb7aa
tree596e5acff4db96d09755e5cd6be13571f117989d
parentd62d480431bcde489ea0bfb3f48d72a4d5d47c07
Removed RetrieveMarkerLM. The LMs of the marker children are attached
in the LM tree as the direct children of the LM of the parent of the
RetrieveMarker. This patch solves bug 32253.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@198192 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/fo/flow/Marker.java
src/java/org/apache/fop/fo/flow/RetrieveMarker.java
src/java/org/apache/fop/layoutmgr/AbstractLayoutManager.java
src/java/org/apache/fop/layoutmgr/BlockLayoutManager.java
src/java/org/apache/fop/layoutmgr/PageSequenceLayoutManager.java
src/java/org/apache/fop/layoutmgr/RetrieveMarkerLayoutManager.java [deleted file]