whitespace (2 spaces to 4 spaces)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748487 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
46a36df416
commit
2b7649cbd6
@ -420,8 +420,7 @@ public class PAPBinTable
|
|||||||
// get the ending fc
|
// get the ending fc
|
||||||
// int endingFc = _paragraphs.get(_paragraphs.size() - 1).getEnd();
|
// int endingFc = _paragraphs.get(_paragraphs.size() - 1).getEnd();
|
||||||
// endingFc += fcMin;
|
// endingFc += fcMin;
|
||||||
int endingFc = translator.getByteIndex( _paragraphs.get(
|
int endingFc = translator.getByteIndex( _paragraphs.get(_paragraphs.size() - 1 ).getEnd() );
|
||||||
_paragraphs.size() - 1 ).getEnd() );
|
|
||||||
|
|
||||||
ArrayList<PAPX> overflow = _paragraphs;
|
ArrayList<PAPX> overflow = _paragraphs;
|
||||||
do
|
do
|
||||||
|
Loading…
Reference in New Issue
Block a user