diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-03-22 07:31:33 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-03-22 07:31:33 +0000 |
commit | 37f249f90225e7aa7423f393f67c39a210140ae4 (patch) | |
tree | e10fffbe23868f486eaf61a1addec0bfd076f568 /src | |
parent | dfb220d6bcc70c7a947c68fe581c0fa93b2accf3 (diff) | |
download | xmlgraphics-fop-37f249f90225e7aa7423f393f67c39a210140ae4.tar.gz xmlgraphics-fop-37f249f90225e7aa7423f393f67c39a210140ae4.zip |
Removed obsolete TODO
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@387780 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src')
-rw-r--r-- | src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java b/src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java index 7522db6a3..e7190797c 100644 --- a/src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java +++ b/src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java @@ -846,8 +846,6 @@ public class TextLayoutManager extends LeafNodeLayoutManager { private LinkedList createElementsForASpace(int alignment, AreaInfo ai, int leafValue) { - //TODO: handling of special spaces - // (U+2000 to U+200A fixed spaces, U+200B zero-width space) LinkedList spaceElements = new LinkedList(); LeafPosition mainPosition = new LeafPosition(this, leafValue); |