summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2011-08-08 16:13:58 -0400
committerKohei Yoshida <kohei.yoshida@suse.com>2011-08-08 16:13:58 -0400
commit12b571ba40be6151e1178d8ce1b25284464099ca (patch)
tree8f2d39bf28ad15fdba881a5e83712a573d1b8e9e
parent5113300d78c848e586c97048025b276971d4fdb1 (diff)
Properly named BEGIN and END.
Beginning and end of chart sheet substream, respectively. These records hold no data.
-rw-r--r--src/xlsstream.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/xlsstream.py b/src/xlsstream.py
index 66cacf6..651f856 100644
--- a/src/xlsstream.py
+++ b/src/xlsstream.py
@@ -265,8 +265,8 @@ recData = {
0x1026: ["CHFONT", "?"],
0x1027: ["CHOBJECTLINK", "?"],
0x1032: ["CHFRAME", "Border and Area Formatting of A Chart"],
- 0x1033: ["CHBEGIN", "Start of Chart Record Block"],
- 0x1034: ["CHEND", "End of Chart Record Block"],
+ 0x1033: ["BEGIN", "Start of Chart Sheet Substream"],
+ 0x1034: ["END", "End of Chart Sheet Substream"],
0x1035: ["CHPLOTFRAME", "Chart Plot Frame"],
0x103A: ["CHCHART3D", "?"],
0x103C: ["CHPICFORMAT", "?"],