diff options
Diffstat (limited to 'src/java/org/apache/fop/layoutmgr/inline/PageNumberCitationLayoutManager.java')
-rw-r--r-- | src/java/org/apache/fop/layoutmgr/inline/PageNumberCitationLayoutManager.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/layoutmgr/inline/PageNumberCitationLayoutManager.java b/src/java/org/apache/fop/layoutmgr/inline/PageNumberCitationLayoutManager.java index 083d7838f..9badf6986 100644 --- a/src/java/org/apache/fop/layoutmgr/inline/PageNumberCitationLayoutManager.java +++ b/src/java/org/apache/fop/layoutmgr/inline/PageNumberCitationLayoutManager.java @@ -110,7 +110,7 @@ public class PageNumberCitationLayoutManager extends LeafNodeLayoutManager { TextArea text = new TextArea(); inline = text; int width = getStringWidth(str); - text.setTextArea(str); + text.setText(str); inline.setIPD(width); resolved = true; |