]> source.dussan.org Git - xmlgraphics-fop.git/commit
This is supposed to fix a problem that surfaced with Finn's latest change in PageSequ...
authorJeremias Maerki <jeremias@apache.org>
Sun, 10 Oct 2004 11:21:28 +0000 (11:21 +0000)
committerJeremias Maerki <jeremias@apache.org>
Sun, 10 Oct 2004 11:21:28 +0000 (11:21 +0000)
commit3b7e2e2294edc3b76f2d8e5cd5d7ef4c364a8192
treeb77da5064e72c11ddde35a7a225a139e211d9629
parente2282bb37980509c00a3b47ae839c05c4f85b516
This is supposed to fix a problem that surfaced with Finn's latest change in PageSequence. There was an ArrayIndexOutOfBoundsException here in LineLayoutManager when a static region was layouted for the second page (instance is reused). It seems to me that "iCurrParIndex" could be made a method-local variable instead of an instance variable.

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