summaryrefslogtreecommitdiff
path: root/xmloff
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:25:20 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2004-11-09 11:25:20 +0000
commit6375a8a17042e1437a88e8d2055fe981facd1e22 (patch)
tree75352e1799a9d1ced335bc86e6a50e6dac7a6a24 /xmloff
parent5981cf55df1398a0a08b59cb972b8b9ca3a4c704 (diff)
INTEGRATION: CWS xmlbasic (1.47.262); FILE MERGED
2004/10/21 12:11:51 tbe 1.47.262.2: #i22747# XML filter adaptors and macros 2004/09/30 10:31:00 tbe 1.47.262.1: #i22747# XML filter adaptors and macros
Diffstat (limited to 'xmloff')
-rw-r--r--xmloff/dtd/office.mod8
1 files changed, 5 insertions, 3 deletions
diff --git a/xmloff/dtd/office.mod b/xmloff/dtd/office.mod
index 123f953209e9..d2e050087d32 100644
--- a/xmloff/dtd/office.mod
+++ b/xmloff/dtd/office.mod
@@ -1,5 +1,5 @@
<!--
- $Id: office.mod,v 1.47 2003-04-17 15:59:01 vg Exp $
+ $Id: office.mod,v 1.48 2004-11-09 12:25:20 hr Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -196,9 +196,11 @@
meta:document-statistic?)">
<!ELEMENT office:meta %meta;>
-<!ENTITY % script "(script:library-embedded |
- script:library-linked)*,office:events?">
+<!ENTITY % script "office:script-data*,office:events?">
<!ELEMENT office:script (%script;)>
+<!ATTLIST office:script script:language %string; #REQUIRED>
+
+<!ELEMENT office:script-data (script:libraries*)>
<!ELEMENT office:font-decls (style:font-decl)*>