diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-03-28 22:44:14 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-03-29 09:07:51 +0200 |
commit | 04bfd8bf7677f54295778b5d762e0b09278df895 (patch) | |
tree | 0f22af18693f0e8162ff16fb0d6c090997a895d0 /xmlsecurity/util | |
parent | 6a6380b7d692a3389516b59205671aa7d53d6920 (diff) |
xmlsecurity nss: create SecurityEnvironment instances with a constructor
Change-Id: If4b18747292dd265d789b70078979361bd044fde
Reviewed-on: https://gerrit.libreoffice.org/52039
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
Diffstat (limited to 'xmlsecurity/util')
-rw-r--r-- | xmlsecurity/util/xsec_xmlsec.component | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmlsecurity/util/xsec_xmlsec.component b/xmlsecurity/util/xsec_xmlsec.component index 34ba5d18627f..00cedec72aac 100644 --- a/xmlsecurity/util/xsec_xmlsec.component +++ b/xmlsecurity/util/xsec_xmlsec.component @@ -26,7 +26,8 @@ <implementation name="com.sun.star.xml.security.SEInitializer_Gpg"> <service name="com.sun.star.xml.crypto.GPGSEInitializer"/> </implementation> - <implementation name="com.sun.star.xml.security.bridge.xmlsec.SecurityEnvironment_NssImpl"> + <implementation name="com.sun.star.xml.crypto.SecurityEnvironment" + constructor="com_sun_star_xml_crypto_SecurityEnvironment_get_implementation"> <service name="com.sun.star.xml.crypto.SecurityEnvironment"/> </implementation> <implementation name="com.sun.star.xml.wrapper.XMLDocumentWrapper" |