Don't crash without GPG
Change-Id: I31caf1b3da7400856d6ee46bd0cc4050e32b6e3a
This commit is contained in:
parent
24fa0d64b6
commit
43d9231f72
1 changed files with 3 additions and 0 deletions
|
@ -152,6 +152,9 @@ void CertificateChooser::ImplInitialize()
|
|||
|
||||
for (auto &secEnvironment : mxSecurityEnvironments)
|
||||
{
|
||||
if (!secEnvironment.is())
|
||||
continue;
|
||||
|
||||
uno::Sequence< uno::Reference< security::XCertificate > > xCerts;
|
||||
try
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue