summaryrefslogtreecommitdiff
path: root/xmlscript/dtd
diff options
context:
space:
mode:
authorDaniel Boelzle <dbo@openoffice.org>2001-10-22 07:52:22 +0000
committerDaniel Boelzle <dbo@openoffice.org>2001-10-22 07:52:22 +0000
commit29953b0cc657d594769c6edfbca500108953a368 (patch)
tree114f4f4e9218cdc527b6ed161b5253ee1d90c5a8 /xmlscript/dtd
parenta75657d0a712de14da7a53dba0d091766ea601c7 (diff)
#91616# introduced PushButtonType
Diffstat (limited to 'xmlscript/dtd')
-rw-r--r--xmlscript/dtd/dialog.dtd3
1 files changed, 2 insertions, 1 deletions
diff --git a/xmlscript/dtd/dialog.dtd b/xmlscript/dtd/dialog.dtd
index 5b2c322d6aef..d1751b8e8d62 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.20 2001-10-16 13:59:35 dbo Exp $
+ $Id: dialog.dtd,v 1.21 2001-10-22 08:52:19 dbo Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -175,6 +175,7 @@
dlg:value CDATA #IMPLIED
dlg:default %boolean; #IMPLIED
dlg:tabstop %boolean; #IMPLIED
+ dlg:button-type (standard|ok|cancel|help) #IMPLIED
>
<!ELEMENT dlg:checkbox ((%event;)*)>