mirror of
https://github.com/apache/poi.git
synced 2025-02-28 22:19:08 +00:00
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:
parent
7f94634b0c
commit
0de0fd24a0
@ -636,7 +636,7 @@ public class BiffViewer
|
||||
break;
|
||||
|
||||
case SheetPropertiesRecord.sid:
|
||||
retval = new FormulaRecord(rectype, size, data);
|
||||
retval = new SheetPropertiesRecord(rectype, size, data);
|
||||
break;
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user