diff options
author | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-19 12:59:28 +0000 |
---|---|---|
committer | Jens-Heiner Rechtien <hr@openoffice.org> | 2006-04-19 12:59:28 +0000 |
commit | f1e7935f89b2378aca462c9fbce6a7d53b7cc846 (patch) | |
tree | 3e2b68f0beae7c73030bbb9a63a3c40cc8619ab1 /officecfg | |
parent | e21115b269146c1d2f9696dfd483416d066e646a (diff) |
INTEGRATION: CWS sb50 (1.6.332); FILE MERGED
2006/04/05 14:15:12 sb 1.6.332.1: #i63706# Implemented oor:op=fuse.
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/component-update.dtd | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/officecfg/registry/component-update.dtd b/officecfg/registry/component-update.dtd index 43a26b45f8cc..10c4632a91de 100644 --- a/officecfg/registry/component-update.dtd +++ b/officecfg/registry/component-update.dtd @@ -5,7 +5,7 @@ oor:name NMTOKEN #REQUIRED oor:package NMTOKEN #REQUIRED oor:finalized (true | false) #IMPLIED - oor:op (modify | replace | remove | reset) #IMPLIED + oor:op (modify | replace | fuse | remove | reset) #IMPLIED xmlns:oor CDATA #FIXED "http://openoffice.org/2001/registry" xmlns:install CDATA #FIXED "http://openoffice.org/2004/installation" xmlns:xs CDATA #FIXED "http://www.w3.org/2001/XMLSchema" @@ -18,7 +18,7 @@ oor:component CDATA #IMPLIED oor:finalized (true | false) #IMPLIED oor:mandatory (true | false) #IMPLIED - oor:op (modify | replace | remove | reset) #IMPLIED + oor:op (modify | replace | fuse | remove | reset) #IMPLIED oor:node-type NMTOKEN #IMPLIED install:module NMTOKEN #IMPLIED > @@ -26,7 +26,7 @@ <!ELEMENT prop (value*)> <!ATTLIST prop oor:name CDATA #REQUIRED - oor:op (modify | replace | remove | reset) #IMPLIED + oor:op (modify | replace | fuse | remove | reset) #IMPLIED oor:finalized CDATA #IMPLIED oor:type (xs:boolean | xs:short | xs:int | xs:long | xs:double | xs:string | xs:hexBinary | oor:boolean-list | oor:short-list | oor:int-list | oor:long-list | oor:double-list | oor:string-list | oor:hexBinary-list) #IMPLIED install:module NMTOKEN #IMPLIED |