diff options
author | Glen Stampoultzis <glens@apache.org> | 2002-12-16 11:16:41 +0000 |
---|---|---|
committer | Glen Stampoultzis <glens@apache.org> | 2002-12-16 11:16:41 +0000 |
commit | adbb82f51d5954a39a2e8699b34f7b23c6b8249e (patch) | |
tree | a97757f594abd2adc1c69734287eb4348fca68e5 /src/records | |
parent | 7f57b18f314aa6b82ccf131f71011252935fdf6f (diff) | |
download | poi-adbb82f51d5954a39a2e8699b34f7b23c6b8249e.tar.gz poi-adbb82f51d5954a39a2e8699b34f7b23c6b8249e.zip |
Some charting work (this is not currently working so don't expect much).
git-svn-id: https://svn.apache.org/repos/asf/jakarta/poi/trunk@352938 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'src/records')
-rw-r--r-- | src/records/definitions/linked_data_record.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/records/definitions/linked_data_record.xml b/src/records/definitions/linked_data_record.xml index 9417eeeca2..a6e8863073 100644 --- a/src/records/definitions/linked_data_record.xml +++ b/src/records/definitions/linked_data_record.xml @@ -7,7 +7,7 @@ <field type="int" size="1" name="link type" description="What type of link is this?"> <const name="title or text" value="0" description="links a series title or text"/> <const name="values" value="1" description="links to series values"/> - <const name="categories" value="1" description="links to categories"/> + <const name="categories" value="2" description="links to categories"/> </field> <field type="int" size="1" name="reference type"> <const name="default categories" value="0" description="use default categories"/> |