mirror of
https://github.com/apache/poi.git
synced 2025-03-01 06:29:09 +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;
|
break;
|
||||||
|
|
||||||
case SheetPropertiesRecord.sid:
|
case SheetPropertiesRecord.sid:
|
||||||
retval = new FormulaRecord(rectype, size, data);
|
retval = new SheetPropertiesRecord(rectype, size, data);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user