From 37f249f90225e7aa7423f393f67c39a210140ae4 Mon Sep 17 00:00:00 2001 From: Jeremias Maerki Date: Wed, 22 Mar 2006 07:31:33 +0000 Subject: [PATCH] Removed obsolete TODO git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@387780 13f79535-47bb-0310-9956-ffa450edef68 --- src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java | 2 -- 1 file changed, 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); -- 2.39.5