summaryrefslogtreecommitdiff
path: root/xmlscript/dtd
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-03-01 10:52:05 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-03-01 10:52:05 +0000
commita270394a2f6ef6ef08d10b1badbac180bf50467e (patch)
treecf031376b0c0ff3bb9d31bbd4de32e41759e9223 /xmlscript/dtd
parenta648581e3291d161618a06ccb074d9c81daeaedb (diff)
applied dialog id
Diffstat (limited to 'xmlscript/dtd')
-rw-r--r--xmlscript/dtd/dialog.dtd5
1 files changed, 3 insertions, 2 deletions
diff --git a/xmlscript/dtd/dialog.dtd b/xmlscript/dtd/dialog.dtd
index d17a14aab244..56ecfe0d75ef 100644
--- a/xmlscript/dtd/dialog.dtd
+++ b/xmlscript/dtd/dialog.dtd
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<!--
- $Id: dialog.dtd,v 1.4 2001-03-01 11:22:45 dbo Exp $
+ $Id: dialog.dtd,v 1.5 2001-03-01 11:52:05 dbo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -91,7 +91,8 @@
<!ATTLIST dialog:dialogs xmlns:dialog CDATA #FIXED "http://openoffice.org/2000/dialog">
<!ELEMENT dialog:window (dialog:styles*, dialog:bulletinboard*)>
-<!ATTLIST dialog:window dialog:left %numeric; #IMPLIED
+<!ATTLIST dialog:window dialog:id CDATA #REQUIRED
+ dialog:left %numeric; #IMPLIED
dialog:top %numeric; #IMPLIED
dialog:width %numeric; #IMPLIED
dialog:height %numeric; #IMPLIED