diff options
author | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2017-05-18 03:48:09 +0200 |
---|---|---|
committer | Thorsten Behrens <Thorsten.Behrens@CIB.de> | 2017-05-18 09:19:32 +0200 |
commit | c667669cf9a71d10db2add32d8b592605755ee1c (patch) | |
tree | 7fd7f8a7286e506870efadd4b77156e37b4d30eb /xmlsecurity/util | |
parent | cae5f2a543b31552ccd9765aca5eb514fa694e07 (diff) |
gpg4libre: fix windows build
Change-Id: I66b809bbf2f5ab5d9c1eaf40ba8f2c91f4bc8007
Diffstat (limited to 'xmlsecurity/util')
-rw-r--r-- | xmlsecurity/util/xsec_gpg.component | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xmlsecurity/util/xsec_gpg.component b/xmlsecurity/util/xsec_gpg.component index 9a8f30ecfd10..bf24f36953ca 100644 --- a/xmlsecurity/util/xsec_gpg.component +++ b/xmlsecurity/util/xsec_gpg.component @@ -20,6 +20,6 @@ <component loader="com.sun.star.loader.SharedLibrary" environment="@CPPU_ENV@" prefix="xsec_gpg" xmlns="http://openoffice.org/2010/uno-components"> <implementation name="com.sun.star.xml.security.bridge.xmlsec.XMLSignature_GpgImpl"> - <service name="com.sun.star.xml.crypto.XMLSignature"/> + <service name="com.sun.star.xml.crypto.XMLSignature2"/> </implementation> </component> |