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 f74b254a40
commit b8d8aa4d86

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;