diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-04-05 21:02:25 +0200 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-04-07 09:25:20 +0200 |
commit | 8e069a319a200e3b6a105f3468cd87ef6af323b2 (patch) | |
tree | 6e6c0d3fcaa3dceb3b8e638547891fd29a071b6d /xmlsecurity/util | |
parent | 83b7bfc0efefb3c77e5c59553320e98539250c62 (diff) |
xmlsecurity mscrypt: create SecurityEnvironment instances with a constructor
Change-Id: Ic121dc33252a1ac41bfdb09086d355321fd8d990
Reviewed-on: https://gerrit.libreoffice.org/52472
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.windows.component | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/xmlsecurity/util/xsec_xmlsec.windows.component b/xmlsecurity/util/xsec_xmlsec.windows.component index 94a9629835c4..a9f94f8b3960 100644 --- a/xmlsecurity/util/xsec_xmlsec.windows.component +++ b/xmlsecurity/util/xsec_xmlsec.windows.component @@ -28,7 +28,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_MSCryptImpl"> + <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" |