summaryrefslogtreecommitdiff
path: root/xmloff/dtd/script.mod
diff options
context:
space:
mode:
authorDaniel Vogelheim <dvo@openoffice.org>2001-08-09 12:22:49 +0000
committerDaniel Vogelheim <dvo@openoffice.org>2001-08-09 12:22:49 +0000
commit691ad25958ce54f022b7d9abfa5d0bb621009c92 (patch)
tree0d895d727000248ec620a020df6b5d9fc4bd1e4a /xmloff/dtd/script.mod
parentb8d24b023c8a10bf9aaa69adb740d2d3b9ab652d (diff)
#90509# #90514# changed macro DTDs
Diffstat (limited to 'xmloff/dtd/script.mod')
-rw-r--r--xmloff/dtd/script.mod6
1 files changed, 3 insertions, 3 deletions
diff --git a/xmloff/dtd/script.mod b/xmloff/dtd/script.mod
index 27de2346298d..6ff4e60abac7 100644
--- a/xmloff/dtd/script.mod
+++ b/xmloff/dtd/script.mod
@@ -1,5 +1,5 @@
<!--
- $Id: script.mod,v 1.6 2001-02-06 14:08:20 dvo Exp $
+ $Id: script.mod,v 1.7 2001-08-09 13:22:49 dvo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -69,11 +69,11 @@
<!ENTITY % script-language "script:language %string; #REQUIRED">
<!ENTITY % event-name "script:event-name %string; #REQUIRED">
-<!ENTITY % library "script:library %string; #REQUIRED">
+<!ENTITY % location "script:location (document|application) #REQUIRED">
<!ENTITY % macro-name "script:macro-name %string; #REQUIRED">
<!ELEMENT script:event (#PCDATA)>
<!ATTLIST script:event %script-language;
%event-name;
- %library;
+ %location;
%macro-name;>