diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-11-17 15:47:25 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2015-11-18 10:12:21 +0100 |
commit | cb4177b5f6d2c63548fa544a19b36001c57193e4 (patch) | |
tree | fbbdf193c68954db838871fde030637dde8e6807 /framework/dtd/toolbar.dtd | |
parent | 5a4d508bd6711def27c7738f7ac68c2da478e48c (diff) |
Remove unused toolbaritem properties
The following properties have been removed:
toolbar:bitmap
toolbar:property
toolbar:width
toolbar:userdefined
This should have no impact on existing functionality or AddOns, since these properties were not in use.
Change-Id: I07574f8102648ee0713379be8cb0b605d2c76364
Diffstat (limited to 'framework/dtd/toolbar.dtd')
-rw-r--r-- | framework/dtd/toolbar.dtd | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/framework/dtd/toolbar.dtd b/framework/dtd/toolbar.dtd index e6fd4d152ed9..3dbd02a3964e 100644 --- a/framework/dtd/toolbar.dtd +++ b/framework/dtd/toolbar.dtd @@ -29,11 +29,8 @@ <!ATTLIST toolbar:toolbaritem xlink:href CDATA #REQUIRED toolbar:visible %boolean; "true" - toolbar:userdefined %boolean; "false" toolbar:text CDATA #IMPLIED - toolbar:width %numeric; "0" toolbar:style CDATA #IMPLIED - toolbar:bitmap CDATA #IMPLIED toolbar:helpid CDATA #IMPLIED > <!ELEMENT toolbar:toolbarspace EMPTY> |