diff options
author | Carsten Driesner <cd@openoffice.org> | 2002-07-11 13:58:04 +0000 |
---|---|---|
committer | Carsten Driesner <cd@openoffice.org> | 2002-07-11 13:58:04 +0000 |
commit | 5cbe8c3d8b54c4aa897a4232407ef9944acd431c (patch) | |
tree | 6bc4cd9ddd8c5fbf1ffe7b8512f736a99378013c /framework/dtd | |
parent | 7e40c4fd340ecf43e8f64296e76e8114af6fb22c (diff) |
#100205# Support a configurable name for user defined toolboxes
Diffstat (limited to 'framework/dtd')
-rw-r--r-- | framework/dtd/toolbar.dtd | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/framework/dtd/toolbar.dtd b/framework/dtd/toolbar.dtd index 77cc43817756..b33900155211 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.6 2001-10-17 10:57:37 cd Exp $ + $Id: toolbar.dtd,v 1.7 2002-07-11 14:58:04 cd Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -90,4 +90,5 @@ toolbar:visible %boolean; "false" toolbar:floating %boolean; "false" toolbar:style %style; "symbol" + toolbar:userdefname CDATA #IMPLIED > |