diff options
author | Björn Milcke <bm@openoffice.org> | 2000-12-04 08:44:22 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2000-12-04 08:44:22 +0000 |
commit | 86b01ac41cd727385c4aeab495369ad0953fc0b3 (patch) | |
tree | 9cc1f6970a702f574580acf347cc1861b5ce9e3c /xmloff/dtd/chart.mod | |
parent | b51cb9a8a54d6ad5615779470895140845a7c39b (diff) |
#80540# the table:table element after the plot-area is optional for embedded charts that get data from the container document
Diffstat (limited to 'xmloff/dtd/chart.mod')
-rw-r--r-- | xmloff/dtd/chart.mod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/dtd/chart.mod b/xmloff/dtd/chart.mod index 38d5e8923be5..fb906dfb34e6 100644 --- a/xmloff/dtd/chart.mod +++ b/xmloff/dtd/chart.mod @@ -1,5 +1,5 @@ <!-- - $Id: chart.mod,v 1.7 2000-12-04 09:10:50 bm Exp $ + $Id: chart.mod,v 1.8 2000-12-04 09:44:22 bm Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -60,7 +60,7 @@ <!-- Chart element --> <!ELEMENT chart:chart ( chart:title?, chart:subtitle?, chart:legend?, chart:plot-area, - table:table )> + table:table? )> <!ATTLIST chart:chart chart:class %chart-class; #REQUIRED chart:add-in-name %string; #IMPLIED |