diff options
author | Daniel Vogelheim <dvo@openoffice.org> | 2001-02-06 13:08:20 +0000 |
---|---|---|
committer | Daniel Vogelheim <dvo@openoffice.org> | 2001-02-06 13:08:20 +0000 |
commit | b1df2bd37ad067003876203cf576a2506acaae24 (patch) | |
tree | ed6b532a2d9a3dedbfd980900dd078e16c4d4178 /xmloff/dtd/office.mod | |
parent | 4df8d9ef59ed2ab6e291eb7b519f14af334c1f0c (diff) |
- changed: script:events to office:events
- added: office:events for graphics and styles
Diffstat (limited to 'xmloff/dtd/office.mod')
-rw-r--r-- | xmloff/dtd/office.mod | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/xmloff/dtd/office.mod b/xmloff/dtd/office.mod index 8beb613d8787..d75b878a6166 100644 --- a/xmloff/dtd/office.mod +++ b/xmloff/dtd/office.mod @@ -1,5 +1,5 @@ <!-- - $Id: office.mod,v 1.28 2001-02-01 17:38:58 sab Exp $ + $Id: office.mod,v 1.29 2001-02-06 14:08:19 dvo Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -152,6 +152,8 @@ presentation:shows?)"> <!ELEMENT office:body %body;> +<!ELEMENT office:events (script:event*)> + <!-- DDE source: for text sections and tables --> <!ELEMENT office:dde-source EMPTY> <!ATTLIST office:dde-source office:dde-application CDATA #IMPLIED> |