Workbook now works with new signature of SupBook

Property - kludged to compile for HPSF
PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352603 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew C. Oliver 2002-05-06 23:25:35 +00:00
parent d730457ed7
commit 646bb536bb
2 changed files with 2 additions and 2 deletions

View File

@ -148,7 +148,7 @@ public class Property
* list.
*/
public Property(final int id, final byte[] src, final int offset,
final int length)
int length)
{
this.id = id;

View File

@ -1750,7 +1750,7 @@ public class Workbook {
SupBookRecord supbook = new SupBookRecord();
supbook.setNumberOfSheets((short)getNumSheets());
supbook.setFlag();
//supbook.setFlag();
records.add(supbookpos + 1 , supbook);