aboutsummaryrefslogtreecommitdiffstats
path: root/src/java/org/apache/fop/layoutmgr/inline/FootnoteLayoutManager.java
diff options
context:
space:
mode:
authorLuca Furini <lfurini@apache.org>2005-09-20 11:40:16 +0000
committerLuca Furini <lfurini@apache.org>2005-09-20 11:40:16 +0000
commit6c2d3ac19bf0514660efd0c6efc071fddd4b453a (patch)
treee959067f85f3a7f8802d48b24927b3ca3983e8d0 /src/java/org/apache/fop/layoutmgr/inline/FootnoteLayoutManager.java
parent9258cc7397adc444f5b76b23427e256b5a45e932 (diff)
downloadxmlgraphics-fop-6c2d3ac19bf0514660efd0c6efc071fddd4b453a.tar.gz
xmlgraphics-fop-6c2d3ac19bf0514660efd0c6efc071fddd4b453a.zip
Remove the AreaInfo objects representing trailing spaces, in order to prevent them reappearing again when getChangedKnuthElements() is called.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@290422 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/fop/layoutmgr/inline/FootnoteLayoutManager.java')
-rw-r--r--src/java/org/apache/fop/layoutmgr/inline/FootnoteLayoutManager.java10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/java/org/apache/fop/layoutmgr/inline/FootnoteLayoutManager.java b/src/java/org/apache/fop/layoutmgr/inline/FootnoteLayoutManager.java
index 44d8fc8ed..9a32ce9a3 100644
--- a/src/java/org/apache/fop/layoutmgr/inline/FootnoteLayoutManager.java
+++ b/src/java/org/apache/fop/layoutmgr/inline/FootnoteLayoutManager.java
@@ -122,6 +122,16 @@ public class FootnoteLayoutManager extends AbstractLayoutManager
return oldList;
}
+ /**
+ * Remove the word space represented by the given elements
+ *
+ * @param oldList the elements representing the word space
+ */
+ public void removeWordSpace(List oldList) {
+ // do nothing
+ log.warn(this.getClass().getName() + " should not receive a call to removeWordSpace(list)");
+ }
+
public void getWordChars(StringBuffer sbChars, Position pos) {
log.warn("null implementation of getWordChars() called!");
}