summaryrefslogtreecommitdiff
path: root/officecfg/registry/component-update.dtd
diff options
context:
space:
mode:
authorsb <sb@openoffice.org>2010-03-22 16:04:16 +0100
committersb <sb@openoffice.org>2010-03-22 16:04:16 +0100
commitad00f306f700a83a2fbd8bf08214a5ac1d88f459 (patch)
treee507e4e6c3db4debdb00f561a9440a12883fd1ba /officecfg/registry/component-update.dtd
parent8e5a36c9718accfb883cc674e364ecf08f768aed (diff)
sb121: #i110264# in registrymodifications.xcu, allow localized property values to be described directly as <item><value> (instead of <item><prop><value>)
Diffstat (limited to 'officecfg/registry/component-update.dtd')
-rw-r--r--officecfg/registry/component-update.dtd5
1 files changed, 3 insertions, 2 deletions
diff --git a/officecfg/registry/component-update.dtd b/officecfg/registry/component-update.dtd
index 51623f40bafa..81acc5e35eee 100644
--- a/officecfg/registry/component-update.dtd
+++ b/officecfg/registry/component-update.dtd
@@ -113,7 +113,8 @@
<!ELEMENT oor:items (item*)>
<!ATTLIST oor:items>
-<!ELEMENT item ((prop | node)*)>
+<!ELEMENT item ((node | prop | value)*)>
<!ATTLIST item
oor:path CDATA #REQUIRED>
- <!-- the absolute path representation of a set or group node -->
+ <!-- the absolute path representation of a localized property or a group
+ or set node -->