summaryrefslogtreecommitdiff
path: root/framework/dtd
diff options
context:
space:
mode:
authorMaxim Monastirsky <momonasmon@gmail.com>2017-02-03 13:15:30 +0200
committerMaxim Monastirsky <momonasmon@gmail.com>2017-02-05 18:18:42 +0200
commit47e84338e47c5a9c4cea6962b084aab6b2be94a4 (patch)
treef2fd55145f33626c33512a2f9b92ddba3fa682d0 /framework/dtd
parent6296abc143d322294f021feb4b578c66b238fb5e (diff)
Revert "Remove unused toolbar:text define"
This reverts commit 8ce70a7e267bf45aa5eaae203ee26ad3826e91a8. It is true that toolbar:text shouldn't be used during LO development, but it's still used by toolbar customization, and such customized XMLs should still validate against the dtd. Change-Id: I95227a22ecc00a27f39591163ee09a78adde3168
Diffstat (limited to 'framework/dtd')
-rw-r--r--framework/dtd/toolbar.dtd1
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/dtd/toolbar.dtd b/framework/dtd/toolbar.dtd
index 3da313cbdb4d..6f2c38260524 100644
--- a/framework/dtd/toolbar.dtd
+++ b/framework/dtd/toolbar.dtd
@@ -29,6 +29,7 @@
<!ATTLIST toolbar:toolbaritem
xlink:href CDATA #REQUIRED
toolbar:visible %boolean; "true"
+ toolbar:text CDATA #IMPLIED
toolbar:style CDATA #IMPLIED
>
<!ELEMENT toolbar:toolbarspace EMPTY>