diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-01 17:55:43 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-01 17:33:07 +0000 |
commit | 9bd334a475e24d8454ef51b4d9aa5bd7668ee58e (patch) | |
tree | 45a78cfdc48e88ec104688df5186525af1a7bcec /officecfg | |
parent | 398fadca9a82917ed865e328ba454d8015803b66 (diff) |
sfx2 classification: don't hardcode the policy path
This moves the path from code to configuration, UI is still missing to
actually edit that configuration key though.
Change-Id: Ie9e9fa986544c8df99203b7f50f19f886ad64009
Reviewed-on: https://gerrit.libreoffice.org/22817
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index e06114ec195f..9ce22f11f95d 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -1580,6 +1580,12 @@ </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 @@ -1775,6 +1781,12 @@ </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 |