officecfg/registry/schema/org/openoffice/Office/Common.xcs | 1 + 1 file changed, 1 insertion(+)
New commits: commit ec62d4ec690b636293afa625f3519e7d7b101f1f Author: Caolán McNamara <[email protected]> AuthorDate: Fri Jul 19 17:30:57 2024 +0100 Commit: Stephan Bergmann <[email protected]> CommitDate: Mon Jul 22 22:51:25 2024 +0200 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 <[email protected]> Reviewed-by: Stephan Bergmann <[email protected]> Reviewed-by: Caolán McNamara <[email protected]> (cherry picked from commit dfb3b6568292614a6eeedc7aac2973c7fb301e57) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/170870 Tested-by: Jenkins 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>
