diff options
author | Jan-Marek Glogowski <jan-marek.glogowski@extern.cib.de> | 2019-10-01 15:24:26 +0000 |
---|---|---|
committer | Jan-Marek Glogowski <glogow@fbihome.de> | 2019-10-23 10:57:59 +0200 |
commit | eca31344795f7dca5b3407c56ab240c11a97c58f (patch) | |
tree | 6b2d420367c73696cd7a8bfba55ad6d138e81cf0 /officecfg | |
parent | 47d813eabb5c8bca771c20cc248a136a98e5876c (diff) |
tdf#127909 save manually selected certificate path
Saves the value of the manual selection, independent from the real
active certificate path, to restore the setting for the dialog.
Change-Id: I5c423c594f38b1e2b25caa650b3ca2862cf49d82
Reviewed-on: https://gerrit.libreoffice.org/79979
Tested-by: Jenkins
Reviewed-by: Jan-Marek Glogowski <glogow@fbihome.de>
Diffstat (limited to 'officecfg')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index 0c6b90fea58d..5eeb6c570331 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2640,6 +2640,11 @@ <desc>Contains the path to the users NSS certificate directory.</desc> </info> </prop> + <prop oor:name="ManualCertDir" oor:type="xs:string" oor:nillable="false"> + <info> + <desc>Contains the last path manually selected by the user for the CertDir property.</desc> + </info> + </prop> <prop oor:name="TSAURLs" oor:type="oor:string-list"> <info> <desc>Contains the URLs or Time Stamping Authority servers.</desc> |