diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-02 11:45:45 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-02 13:36:27 +0100 |
commit | bf1721917c3dd565c102fc14e977cfd3cab1fa0e (patch) | |
tree | 0b18d2776726ca688c824b6e1a0cef1c05866a89 /officecfg/registry | |
parent | a0cc0d2a45ae480e4e1f968b213360ec0b17fdee (diff) |
sfx2 classification: use SvtPathOptions
In preparation to be able to edit the policy path from SvxPathTabPage.
Change-Id: I7a8e03e9acf2e8096a5e00d1424c75fe31735c1d
Diffstat (limited to 'officecfg/registry')
-rw-r--r-- | officecfg/registry/data/org/openoffice/Office/Paths.xcu | 10 | ||||
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 12 |
2 files changed, 10 insertions, 12 deletions
diff --git a/officecfg/registry/data/org/openoffice/Office/Paths.xcu b/officecfg/registry/data/org/openoffice/Office/Paths.xcu index 965a629ac790..55db320e8b15 100644 --- a/officecfg/registry/data/org/openoffice/Office/Paths.xcu +++ b/officecfg/registry/data/org/openoffice/Office/Paths.xcu @@ -206,6 +206,16 @@ <value>$(work)</value> </prop> </node> + <node oor:name="Classification" oor:op="fuse" oor:mandatory="true"> + <prop oor:name="IsSinglePath" oor:finalized="true"> + <value>true</value> + </prop> + <node oor:name="InternalPaths" oor:finalized="true"/> + <prop oor:name="UserPaths" oor:finalized="true"/> + <prop oor:name="WritePath"> + <value>$(insturl)/@LIBO_SHARE_FOLDER@/classification/example.xml</value> + </prop> + </node> </node> <node oor:name="Variables"> <prop oor:name="Work"> diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 9ce22f11f95d..e06114ec195f 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -1580,12 +1580,6 @@ </info> <value>$(insturl)/@LIBO_SHARE_FOLDER@/config/symbol</value> </prop> - <prop oor:name="Classification" oor:type="xs:string" oor:nillable="false"> - <info> - <desc>Contains the URL of the current TSCP BAF policy file.</desc> - </info> - <value>$BRAND_BASE_DIR/@LIBO_SHARE_FOLDER@/classification/example.xml</value> - </prop> <prop oor:name="Config" oor:type="xs:string" oor:nillable="false"> <info> <desc>Contains the configuration files. This value cannot be changed @@ -1781,12 +1775,6 @@ </info> <value>$(insturl)/@LIBO_SHARE_FOLDER@/config/symbol</value> </prop> - <prop oor:name="Classification" oor:type="xs:string" oor:nillable="false"> - <info> - <desc>Contains the URL of the default TSCP BAF policy file.</desc> - </info> - <value>$BRAND_BASE_DIR/@LIBO_SHARE_FOLDER@/classification/example.xml</value> - </prop> <prop oor:name="Config" oor:type="xs:string" oor:nillable="false"> <info> <desc>Specifies the default directory where the configuration files |