diff options
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> |