summaryrefslogtreecommitdiff
path: root/xmlsecurity/util
diff options
context:
space:
mode:
authorSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-03-15 12:31:22 +0100
committerSamuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>2017-03-16 16:57:52 +0000
commit9b6ed11d58b9f9d0310f95f914a3d354fc813b54 (patch)
tree2dd0fffda446c328add362a9c91e68ff78fc9628 /xmlsecurity/util
parente7391ca132a9964dc9d870039a104abec044d357 (diff)
gpg4libre: No need to create separate idl files for gpg services
Change-Id: Ief217cd91e30433c30ac0547d28fb6eab2dc43b0 Reviewed-on: https://gerrit.libreoffice.org/35213 Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Diffstat (limited to 'xmlsecurity/util')
-rw-r--r--xmlsecurity/util/xsec_gpg.component36
1 files changed, 0 insertions, 36 deletions
diff --git a/xmlsecurity/util/xsec_gpg.component b/xmlsecurity/util/xsec_gpg.component
deleted file mode 100644
index 0a684d164666..000000000000
--- a/xmlsecurity/util/xsec_gpg.component
+++ /dev/null
@@ -1,36 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!--
- * This file is part of the LibreOffice project.
- *
- * This Source Code Form is subject to the terms of the Mozilla Public
- * License, v. 2.0. If a copy of the MPL was not distributed with this
- * file, You can obtain one at http://mozilla.org/MPL/2.0/.
- *
--->
-
-<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.SEInitializer_Gpg">
- <service name="com.sun.star.xml.crypto.gpg.GpgSEInitializer"/>
- </implementation>
- <implementation name="com.sun.star.xml.security.SecurityEnvironment_Gpg">
- <service name="com.sun.star.xml.crypto.gpg.GpgSecurityEnvironment"/>
- </implementation>
- <!-- TODO Not implemented yet
- <implementation name="com.sun.star.xml.security.XMLDocumentWrapper_Gpg">
- <service name="com.sun.star.xml.wrapper.XMLDocumentWrapper"/>
- </implementation>
- <implementation name="com.sun.star.xml.security.XMLElementWrapper_Gpg">
- <service name="com.sun.star.xml.wrapper.XMLElementWrapper"/>
- </implementation>-->
- <implementation name="com.sun.star.xml.security.XMLEncryption_Gpg">
- <service name="com.sun.star.xml.crypto.gpg.GpgXMLEncryption"/>
- </implementation>
- <implementation name="com.sun.star.xml.security.XMLSecurityContext_Gpg">
- <service name="com.sun.star.xml.crypto.gpg.GpgXMLSecurityContext"/>
- </implementation>
- <implementation name="com.sun.star.xml.security.XMLSignature_Gpg">
- <service name="com.sun.star.xml.crypto.gpg.GpgXMLSignature"/>
- </implementation>-->
-</component>
-