summaryrefslogtreecommitdiff
path: root/framework/dtd/toolbar.dtd
diff options
context:
space:
mode:
authorCarsten Driesner <cd@openoffice.org>2001-08-03 15:46:20 +0000
committerCarsten Driesner <cd@openoffice.org>2001-08-03 15:46:20 +0000
commit2b60e9e9cbdacdecfde94e40f8c3f0ddcbdbdbe3 (patch)
treed761f09ce6a94d59595757fb8fab51bedd2b9f87 /framework/dtd/toolbar.dtd
parent8d68df45d7bcca711b766bf04ff1fa985629f43a (diff)
#87722# we don't support context depended toolboxes
Diffstat (limited to 'framework/dtd/toolbar.dtd')
-rw-r--r--framework/dtd/toolbar.dtd12
1 files changed, 2 insertions, 10 deletions
diff --git a/framework/dtd/toolbar.dtd b/framework/dtd/toolbar.dtd
index 61fd8ffd414d..a67686c06c45 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.3 2001-06-20 13:17:31 cd Exp $
+ $Id: toolbar.dtd,v 1.4 2001-08-03 16:46:20 cd Exp $
The Contents of this file are made available subject to the terms of
either of the following licenses
@@ -79,7 +79,7 @@
<!ATTLIST toolbar:toolbarlayouts
xmlns:toolbar CDATA #FIXED "http://openoffice.org/2001/toolbar"
>
-<!ELEMENT toolbar:toolbarlayout (toolbar:toolbarconfigitems?)>
+<!ELEMENT toolbar:toolbarlayout EMPTY>
<!ATTLIST toolbar:toolbarlayout
toolbar:id CDATA #REQUIRED
toolbar:floatingposleft %numeric; #IMPLIED
@@ -90,11 +90,3 @@
toolbar:visible %boolean; #IMPLIED
toolbar:floating %boolean; #IMPLIED
>
-<!ELEMENT toolbar:toolbarconfigitems (toolbar:toolbarconfigitem*)>
-<!ELEMENT toolbar:toolbarconfigitem EMPTY>
-<!ATTLIST toolbar:toolbarconfigitem
- toolbar:context CDATA #REQUIRED
- toolbar:toolbarname CDATA #REQUIRED
- toolbar:visible %boolean; #IMPLIED
- toolbar:style %style; #IMPLIED
->