diff options
author | Carsten Driesner <cd@openoffice.org> | 2001-09-25 11:37:20 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2001-09-25 11:37:20 +0000 |
commit | 676e6b4bfd6aa3a634b40ba75c5da27a786aa773 (patch) | |
tree | c6121e27989ce0015c61d5c76a8d36d46b9bc537 /framework/dtd | |
parent | 81d0fbcb75d64d543a4e738e0d20620440c67765 (diff) |
#87255# extend toolbar.dtd to support toolbar:stlye attribute
Diffstat (limited to 'framework/dtd')
-rw-r--r-- | framework/dtd/toolbar.dtd | 22 |
1 files changed, 11 insertions, 11 deletions
diff --git a/framework/dtd/toolbar.dtd b/framework/dtd/toolbar.dtd index a67686c06c45..15ec5ca73b89 100644 --- a/framework/dtd/toolbar.dtd +++ b/framework/dtd/toolbar.dtd @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="UTF-8"?> <!-- - $Id: toolbar.dtd,v 1.4 2001-08-03 16:46:20 cd Exp $ + $Id: toolbar.dtd,v 1.5 2001-09-25 12:37:20 cd Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -64,17 +64,16 @@ <!ELEMENT toolbar:toolbaritem EMPTY> <!ATTLIST toolbar:toolbaritem xlink:href CDATA #REQUIRED - toolbar:visible %boolean; #IMPLIED - toolbar:userdefined %boolean; #IMPLIED + toolbar:visible %boolean; "true" + toolbar:userdefined %boolean; "false" toolbar:text CDATA #IMPLIED - toolbar:width %numeric; #IMPLIED - toolbar:property %numeric; #IMPLIED + toolbar:width %numeric; "0" + toolbar:property %numeric; "0" toolbar:bitmap CDATA #IMPLIED > <!ELEMENT toolbar:toolbarspace EMPTY> <!ELEMENT toolbar:toolbarbreak EMPTY> <!ELEMENT toolbar:toolbarseparator EMPTY> - <!ELEMENT toolbar:toolbarlayouts (toolbar:toolbarlayout*)> <!ATTLIST toolbar:toolbarlayouts xmlns:toolbar CDATA #FIXED "http://openoffice.org/2001/toolbar" @@ -84,9 +83,10 @@ toolbar:id CDATA #REQUIRED toolbar:floatingposleft %numeric; #IMPLIED toolbar:floatingpostop %numeric; #IMPLIED - toolbar:floatinglines %numeric; #IMPLIED - toolbar:dockinglines %numeric; #IMPLIED - toolbar:align %alignment; #IMPLIED - toolbar:visible %boolean; #IMPLIED - toolbar:floating %boolean; #IMPLIED + toolbar:floatinglines %numeric; "0" + toolbar:dockinglines %numeric; "1" + toolbar:align %alignment; "left" + toolbar:visible %boolean; "false" + toolbar:floating %boolean; "false" + toolbar:style %style; "symbol" > |