whitespace (2 spaces or tabs to 4 spaces)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1748489 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f2390589dc
commit
aeddbc05e4
@ -49,9 +49,9 @@ public class SectionTable
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
public SectionTable(byte[] documentStream, byte[] tableStream, int offset,
|
public SectionTable(
|
||||||
int size, int fcMin,
|
byte[] documentStream, byte[] tableStream,
|
||||||
TextPieceTable tpt, int mainLength)
|
int offset, int size, int fcMin, TextPieceTable tpt, int mainLength)
|
||||||
{
|
{
|
||||||
PlexOfCps sedPlex = new PlexOfCps(tableStream, offset, size, SED_SIZE);
|
PlexOfCps sedPlex = new PlexOfCps(tableStream, offset, size, SED_SIZE);
|
||||||
//this.tpt = tpt;
|
//this.tpt = tpt;
|
||||||
@ -174,7 +174,8 @@ public class SectionTable
|
|||||||
writeTo( docStream, tableStream );
|
writeTo( docStream, tableStream );
|
||||||
}
|
}
|
||||||
|
|
||||||
public void writeTo( HWPFOutputStream wordDocumentStream,
|
public void writeTo(
|
||||||
|
HWPFOutputStream wordDocumentStream,
|
||||||
HWPFOutputStream tableStream ) throws IOException
|
HWPFOutputStream tableStream ) throws IOException
|
||||||
{
|
{
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user