]> source.dussan.org Git - xmlgraphics-fop.git/commit
Bugfix: LineArea used a private field instead of the start-indent trait which caused...
authorJeremias Maerki <jeremias@apache.org>
Tue, 24 Jan 2006 13:45:56 +0000 (13:45 +0000)
committerJeremias Maerki <jeremias@apache.org>
Tue, 24 Jan 2006 13:45:56 +0000 (13:45 +0000)
commit9ded99b802da5240a8c69066b019cb2d9dc99a73
treec9b45c46acd6cca370c01f93a0ead47ba1b950b3
parentaeada3dbe380038575caed949a2daac250a4ac76
Bugfix: LineArea used a private field instead of the start-indent trait which caused problems for centered and right-aligned text when rendering is done from the intermediate format. The AreaTreeParser parses and sets the trait but not the startIndent field on LineArea, so I removed the startIndent field.

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@371912 13f79535-47bb-0310-9956-ffa450edef68
src/java/org/apache/fop/area/LineArea.java
src/java/org/apache/fop/layoutmgr/inline/LineLayoutManager.java