diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-02 15:09:28 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2016-03-02 17:26:39 +0100 |
commit | 5582f0596876c82df343dd0e5d354cd4403e9594 (patch) | |
tree | 9ab68c8d63b42b8e013b1721933dc2b60b505ca5 /officecfg | |
parent | b4d43cc2152e5cdd274ad76c90532694cc1fb6e2 (diff) |
unotools: handle classification path in SvtDefaultOptions
With this, it's possible to reset a custom classification path back to
its default value.
Change-Id: If0230fa6bb6ab014634dcdface8c470321163097
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 6 |
1 files changed, 6 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..99fc0ef83e82 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -1782,6 +1782,12 @@ </info> <value>$(insturl)/@LIBO_SHARE_FOLDER@/config</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>$(insturl)/@LIBO_SHARE_FOLDER@/classification/example.xml</value> + </prop> <prop oor:name="Dictionary" oor:type="xs:string" oor:nillable="false"> <info> <desc>Specifies the default directory where the provided |