diff options
author | Dominik Stadler <centic@apache.org> | 2014-08-31 11:40:22 +0000 |
---|---|---|
committer | Dominik Stadler <centic@apache.org> | 2014-08-31 11:40:22 +0000 |
commit | 9a002910c5b3ab158f1ca970735da2ff9ee98d91 (patch) | |
tree | b1ee5e0b0cee64441308ae3666acc85eff8d96d8 /src/java/org/apache/poi/hssf/dev/BiffViewer.java | |
parent | 8ed6940008f010b3d6db0cebf611c7476956fa1a (diff) | |
download | poi-9a002910c5b3ab158f1ca970735da2ff9ee98d91.tar.gz poi-9a002910c5b3ab158f1ca970735da2ff9ee98d91.zip |
Bug 45312: Add unit-test and javadoc, also convert file to proper line-ending and make poi.deserialize.escher=true behave for full reading of files outside of BiffViewer
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1621586 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/java/org/apache/poi/hssf/dev/BiffViewer.java')
-rw-r--r-- | src/java/org/apache/poi/hssf/dev/BiffViewer.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/poi/hssf/dev/BiffViewer.java b/src/java/org/apache/poi/hssf/dev/BiffViewer.java index 19cdd02942..5451b27899 100644 --- a/src/java/org/apache/poi/hssf/dev/BiffViewer.java +++ b/src/java/org/apache/poi/hssf/dev/BiffViewer.java @@ -145,7 +145,7 @@ public final class BiffViewer { case DatRecord.sid: return new DatRecord(in); case DataFormatRecord.sid: return new DataFormatRecord(in); case DateWindow1904Record.sid: return new DateWindow1904Record(in); - case DConRefRecord.sid: return new DConRefRecord(in); + case DConRefRecord.sid: return new DConRefRecord(in); case DefaultColWidthRecord.sid:return new DefaultColWidthRecord(in); case DefaultDataLabelTextPropertiesRecord.sid: return new DefaultDataLabelTextPropertiesRecord(in); case DefaultRowHeightRecord.sid: return new DefaultRowHeightRecord(in); |