probably nothing

PR:
Obtained from:
Submitted by:
Reviewed by:


git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352637 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andrew C. Oliver 2002-05-19 15:55:12 +00:00
parent b8d575029d
commit eef90ca3f3
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ public class SeriesTextRecord
*/
public int getRecordSize()
{
return 4 + 2 + 1 + 1 + (field_2_textLength *2);
return 4 + 2 + 1 + 1 + (field_2_textLength *2);
}
public short getSid()