Author: vhennebert
Date: Fri Mar  2 10:26:39 2012
New Revision: 1296116

URL: http://svn.apache.org/viewvc?rev=1296116&view=rev
Log:
Removed duplicate line

Modified:
    
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java

Modified: 
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java
URL: 
http://svn.apache.org/viewvc/xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java?rev=1296116&r1=1296115&r2=1296116&view=diff
==============================================================================
--- 
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java
 (original)
+++ 
xmlgraphics/fop/trunk/src/java/org/apache/fop/layoutmgr/inline/TextLayoutManager.java
 Fri Mar  2 10:26:39 2012
@@ -468,9 +468,8 @@ public class TextLayoutManager extends L
             setText();
             TraitSetter.addFontTraits(textArea, font);
             textArea.addTrait(Trait.COLOR, foText.getColor());
-            TraitSetter.addStructureTreeElement(textArea, 
foText.getStructureTreeElement());
             TraitSetter.addTextDecoration(textArea, 
foText.getTextDecoration());
-            TraitSetter.addFontTraits(textArea, font);
+            TraitSetter.addStructureTreeElement(textArea, 
foText.getStructureTreeElement());
             return textArea;
         }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to