aboutsummaryrefslogtreecommitdiffstats
path: root/src/records
diff options
context:
space:
mode:
authorGlen Stampoultzis <glens@apache.org>2002-02-10 05:10:09 +0000
committerGlen Stampoultzis <glens@apache.org>2002-02-10 05:10:09 +0000
commit5a91bf822eacd444b8fc4e3b01a5f321ad76d0b3 (patch)
tree704f1e2350e9eae9e06f00a2d0700b12435a52cd /src/records
parent35ed88b7c1318ec48989247acee98086dd564389 (diff)
downloadpoi-5a91bf822eacd444b8fc4e3b01a5f321ad76d0b3.tar.gz
poi-5a91bf822eacd444b8fc4e3b01a5f321ad76d0b3.zip
New chart record
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352079 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/records')
-rw-r--r--src/records/definitions/units_record.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/records/definitions/units_record.xml b/src/records/definitions/units_record.xml
new file mode 100644
index 0000000000..6854f33342
--- /dev/null
+++ b/src/records/definitions/units_record.xml
@@ -0,0 +1,7 @@
+<record id="0x1001" name="Units" package="org.apache.poi.hssf.record">
+ <description>The units record describes units.</description>
+ <author>Glen Stampoultzis (glens at apache.org)</author>
+ <fields>
+ <field type="int" size="2" name="units" description="Always zero"/>
+ </fields>
+</record>