Little bug in BiffViewer.

git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352557 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Glen Stampoultzis 2002-04-29 11:09:04 +00:00
parent 7f94634b0c
commit 0de0fd24a0

View File

@ -636,7 +636,7 @@ public class BiffViewer
break;
case SheetPropertiesRecord.sid:
retval = new FormulaRecord(rectype, size, data);
retval = new SheetPropertiesRecord(rectype, size, data);
break;