diff options
author | Sascha Ballach <sab@openoffice.org> | 2001-05-04 12:03:16 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2001-05-04 12:03:16 +0000 |
commit | 5bb6bd59ceda207d4da3a46c28933dfdda25c5ba (patch) | |
tree | da60db5a8239531b81cc8c3d926db29bc707e303 /xmloff/dtd/settings.mod | |
parent | a51a3c8c7cd179b0930e62c16e470114fd51cb72 (diff) |
add base64Binary
Diffstat (limited to 'xmloff/dtd/settings.mod')
-rw-r--r-- | xmloff/dtd/settings.mod | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xmloff/dtd/settings.mod b/xmloff/dtd/settings.mod index 071124928aaf..4c35aca81c12 100644 --- a/xmloff/dtd/settings.mod +++ b/xmloff/dtd/settings.mod @@ -1,5 +1,5 @@ <!-- - $Id: settings.mod,v 1.1 2001-03-23 08:01:14 sab Exp $ + $Id: settings.mod,v 1.2 2001-05-04 13:03:16 sab Exp $ The Contents of this file are made available subject to the terms of either of the following licenses @@ -65,7 +65,7 @@ <!ELEMENT config:config-item (#PCDATA)> <!ATTLIST config:config-item config:name CDATA #REQUIRED - config:type (boolean | short | int | long | double | string | datetime) #REQUIRED> + config:type (boolean | short | int | long | double | string | datetime | base64Binary) #REQUIRED> <!ELEMENT config:config-item-map-named (config:config-item-map-entry)+> <!ATTLIST config:config-item-map-named config:name CDATA #REQUIRED> |