diff options
author | Björn Milcke <bm@openoffice.org> | 2001-03-30 12:07:12 +0000 |
---|---|---|
committer | Björn Milcke <bm@openoffice.org> | 2001-03-30 12:07:12 +0000 |
commit | f7e5c3936a979435b5cfe82353222970fb80a5dd (patch) | |
tree | 3a61419661a75cfbd7992d76eb3f70685b344624 /xmloff/dtd | |
parent | cf487a30a07e3c49ee292b34e07866d9174e1ec3 (diff) |
#82019# new axis property visible
Diffstat (limited to 'xmloff/dtd')
-rw-r--r-- | xmloff/dtd/chart.mod | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/xmloff/dtd/chart.mod b/xmloff/dtd/chart.mod index 0bae668ce21b..f34cfa90e5b3 100644 --- a/xmloff/dtd/chart.mod +++ b/xmloff/dtd/chart.mod @@ -1,5 +1,5 @@ <!-- - $Id: chart.mod,v 1.13 2001-03-28 19:25:33 bm Exp $ + $Id: chart.mod,v 1.14 2001-03-30 13:03:23 bm Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -165,7 +165,8 @@ chart:overlap %integer; #IMPLIED text:line-break %boolean; "true" chart:display-label %boolean; "true" - chart:label-arrangement (side-by-side|stagger-even|stagger-odd) "side-by-side" > + chart:label-arrangement (side-by-side|stagger-even|stagger-odd) "side-by-side" + chart:visible %boolean; "true" > <!ELEMENT chart:grid EMPTY> <!ATTLIST chart:grid |