diff options
author | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-03-21 22:09:02 +0100 |
---|---|---|
committer | Miklos Vajna <vmiklos@collabora.co.uk> | 2018-03-22 09:05:41 +0100 |
commit | f3e8d0fb317090aade384784a1e16a8c8afe3437 (patch) | |
tree | 63ae81e9b09236be9b9e9285cef795c822bb8543 /xmlsecurity/util/xsec_xmlsec.component | |
parent | fd911a32505331174787403e6260202e29ea82b8 (diff) |
xmlsecurity: create XMLDocumentWrapper instances with a constructor
Change-Id: I23bca00fb0fbcae92e73c4a106b08edd5caf5cf9
Reviewed-on: https://gerrit.libreoffice.org/51720
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Diffstat (limited to 'xmlsecurity/util/xsec_xmlsec.component')
-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 d3fbf574482a..34ba5d18627f 100644 --- a/xmlsecurity/util/xsec_xmlsec.component +++ b/xmlsecurity/util/xsec_xmlsec.component @@ -29,7 +29,8 @@ <implementation name="com.sun.star.xml.security.bridge.xmlsec.SecurityEnvironment_NssImpl"> <service name="com.sun.star.xml.crypto.SecurityEnvironment"/> </implementation> - <implementation name="com.sun.star.xml.security.bridge.xmlsec.XMLDocumentWrapper_XmlSecImpl"> + <implementation name="com.sun.star.xml.wrapper.XMLDocumentWrapper" + constructor="com_sun_star_xml_wrapper_XMLDocumentWrapper_get_implementation"> <service name="com.sun.star.xml.wrapper.XMLDocumentWrapper"/> </implementation> <implementation name="com.sun.star.xml.wrapper.XMLElementWrapper" |