diff options
author | Daniel Boelzle <dbo@openoffice.org> | 2001-10-16 12:59:35 +0000 |
---|---|---|
committer | Daniel Boelzle <dbo@openoffice.org> | 2001-10-16 12:59:35 +0000 |
commit | 11c210d46cda03014a6bc83b3adc86ad04b5eea1 (patch) | |
tree | 8fa4c1b53a1f08daadf88acc423e972a1942da90 /xmlscript | |
parent | 055179e7882e23d142ba32dca50af98b14e085fb (diff) |
#89914#
Diffstat (limited to 'xmlscript')
-rw-r--r-- | xmlscript/dtd/dialog.dtd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmlscript/dtd/dialog.dtd b/xmlscript/dtd/dialog.dtd index ccd782ad9743..5b2c322d6aef 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.19 2001-09-19 09:42:25 dbo Exp $ + $Id: dialog.dtd,v 1.20 2001-10-16 13:59:35 dbo Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -250,6 +250,7 @@ <!ELEMENT dlg:img ((%event;)*)> <!ATTLIST dlg:img %default-attributes; dlg:src CDATA #IMPLIED + dlg:scale-image %boolean; #IMPLIED > <!ELEMENT dlg:filecontrol ((%event;)*)> |