Object Link record

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352636 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew C. Oliver 2002-05-19 15:54:18 +00:00
parent 9e807ba6e9
commit 2841f9de9e
1 changed files with 1 additions and 1 deletions

View File

@ -178,7 +178,7 @@ public class ObjectLinkRecord
*/
public int getRecordSize()
{
return 4 + 2 + 2 + 2;
return 4 + 2 + 2 + 2;
}
public short getSid()