]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Forgot a file when committing my changes for the user-supplied hyphenation patterns...
authorJeremias Maerki <jeremias@apache.org>
Wed, 22 Mar 2006 07:30:50 +0000 (07:30 +0000)
committerJeremias Maerki <jeremias@apache.org>
Wed, 22 Mar 2006 07:30:50 +0000 (07:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@387779 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java

index 53c55490d50807443c21201daee44f5830a06335..9dd0ad3fba26b8f2689793250fcf1097d4d579c0 100644 (file)
@@ -1517,7 +1517,9 @@ public class LineLayoutManager extends InlineStackingLayoutManager
         // on an inline or wrapper below the block level.
         Hyphenation hyph
             = Hyphenator.hyphenate(hyphenationProperties.language,
-                                   hyphenationProperties.country, sbChars.toString(),
+                                   hyphenationProperties.country,
+                                   getFObj().getUserAgent().getHyphenationTreeResolver(),
+                                   sbChars.toString(),
                                    hyphenationProperties.hyphenationRemainCharacterCount,
                                    hyphenationProperties.hyphenationPushCharacterCount);
         // They hyph structure contains the information we need