diff options
author | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-07-19 17:30:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolan.mcnamara@collabora.com> | 2024-07-19 21:36:08 +0200 |
commit | dfb3b6568292614a6eeedc7aac2973c7fb301e57 (patch) | |
tree | e54752968f0ceadb65a31d232652c4c3e7f68bdb /officecfg/registry/schema/org | |
parent | 352e564dd1de09a04a2fb1f9b40780b305da7c80 (diff) |
getting the "manual cert path" throws unexpectedly
OUString sManualCertPath = officecfg::Office::Common::Security::Scripting::ManualCertDir::get();
in CertPathDialog::Init throws rather unexpectedly
since:
commit eca31344795f7dca5b3407c56ab240c11a97c58f
AuthorDate: Tue Oct 1 15:24:26 2019 +0000
tdf#127909 save manually selected certificate path
Change-Id: Icafb8001e8cae2dff350f2267994d19dd73fe1a2
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170776
Tested-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Reviewed-by: Stephan Bergmann <stephan.bergmann@allotropia.de>
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Diffstat (limited to 'officecfg/registry/schema/org')
-rw-r--r-- | officecfg/registry/schema/org/openoffice/Office/Common.xcs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/officecfg/registry/schema/org/openoffice/Office/Common.xcs b/officecfg/registry/schema/org/openoffice/Office/Common.xcs index c2e0e97159d1..a6c5c6e631fe 100644 --- a/officecfg/registry/schema/org/openoffice/Office/Common.xcs +++ b/officecfg/registry/schema/org/openoffice/Office/Common.xcs @@ -2371,6 +2371,7 @@ <info> <desc>Contains the last path manually selected by the user for the CertDir property.</desc> </info> + <value></value> </prop> <prop oor:name="CertMgrPath" oor:type="xs:string" oor:nillable="false"> <info> |