mirror of https://github.com/apache/poi.git
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:
parent
9e807ba6e9
commit
2841f9de9e
|
@ -178,7 +178,7 @@ public class ObjectLinkRecord
|
|||
*/
|
||||
public int getRecordSize()
|
||||
{
|
||||
return 4 + 2 + 2 + 2;
|
||||
return 4 + 2 + 2 + 2;
|
||||
}
|
||||
|
||||
public short getSid()
|
||||
|
|
Loading…
Reference in New Issue