diff options
author | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-03-15 12:31:22 +0100 |
---|---|---|
committer | Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> | 2017-03-16 16:57:52 +0000 |
commit | 9b6ed11d58b9f9d0310f95f914a3d354fc813b54 (patch) | |
tree | 2dd0fffda446c328add362a9c91e68ff78fc9628 /offapi | |
parent | e7391ca132a9964dc9d870039a104abec044d357 (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 'offapi')
6 files changed, 0 insertions, 159 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index 7ae02d6ba560..49602b9555e7 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -463,13 +463,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,com/sun/star/xml/crypto,\ SEInitializer \ XMLSecurityContext \ )) -$(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,com/sun/star/xml/crypto/gpg,\ - GpgSecurityEnvironment \ - GpgSEInitializer \ - GpgXMLEncryption \ - GpgXMLSecurityContext \ - GpgXMLSignature \ -)) $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,com/sun/star/xml/dom,\ DocumentBuilder \ SAXDocumentBuilder \ diff --git a/offapi/com/sun/star/xml/crypto/gpg/GpgSEInitializer.idl b/offapi/com/sun/star/xml/crypto/gpg/GpgSEInitializer.idl deleted file mode 100644 index ac8fc58df9ad..000000000000 --- a/offapi/com/sun/star/xml/crypto/gpg/GpgSEInitializer.idl +++ /dev/null @@ -1,28 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * 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/. - */ - -#ifndef __com_sun_star_xml_crypto_gpg_GpgSEInitializer_idl_ -#define __com_sun_star_xml_crypto_gpg_GpgSEInitializer_idl_ - -#include <com/sun/star/xml/crypto/XSEInitializer.idl> - -module com { module sun { module star { module xml { module crypto { module gpg { - -/** - * Service implementing XSEInitializer - * - * @since LibreOffice 5.4 - */ -service GpgSEInitializer : XSEInitializer; - -} ; } ; } ; } ; } ; } ; - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/xml/crypto/gpg/GpgSecurityEnvironment.idl b/offapi/com/sun/star/xml/crypto/gpg/GpgSecurityEnvironment.idl deleted file mode 100644 index ef82d8dba10a..000000000000 --- a/offapi/com/sun/star/xml/crypto/gpg/GpgSecurityEnvironment.idl +++ /dev/null @@ -1,28 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * 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/. - */ - -#ifndef __com_sun_star_xml_crypto_gpg_GpgSecurityEnvironment_idl_ -#define __com_sun_star_xml_crypto_gpg_GpgSecurityEnvironment_idl_ - -#include <com/sun/star/xml/crypto/XSecurityEnvironment.idl> - -module com { module sun { module star { module xml { module crypto { module gpg { - -/** - * Service implementing XSecurityEnvironment - * - * @since LibreOffice 5.4 - */ -service GpgSecurityEnvironment : XSecurityEnvironment; - -} ; } ; } ; } ; } ; } ; - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/xml/crypto/gpg/GpgXMLEncryption.idl b/offapi/com/sun/star/xml/crypto/gpg/GpgXMLEncryption.idl deleted file mode 100644 index e9d00b253b7b..000000000000 --- a/offapi/com/sun/star/xml/crypto/gpg/GpgXMLEncryption.idl +++ /dev/null @@ -1,34 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * 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/. - */ - -#ifndef __com_sun_star_xml_crypto_gpg_GpgXMLEncryption_idl_ -#define __com_sun_star_xml_crypto_gpg_GpgXMLEncryption_idl_ - -#include <com/sun/star/uno/XInterface.idl> -#include <com/sun/star/uno/Exception.idl> -#include <com/sun/star/xml/crypto/XXMLEncryption.idl> -#include <com/sun/star/lang/XInitialization.idl> - -module com { module sun { module star { module xml { module crypto { module gpg { - -/** - * Service implementing XXMLEncryption - * - * @since LibreOffice 5.4 - */ -service GpgXMLEncryption { - interface com::sun::star::xml::crypto::XXMLEncryption ; - interface com::sun::star::lang::XInitialization ; -} ; - -} ; } ; } ; } ; } ; } ; - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/xml/crypto/gpg/GpgXMLSecurityContext.idl b/offapi/com/sun/star/xml/crypto/gpg/GpgXMLSecurityContext.idl deleted file mode 100644 index 2ada16f9d1ef..000000000000 --- a/offapi/com/sun/star/xml/crypto/gpg/GpgXMLSecurityContext.idl +++ /dev/null @@ -1,28 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * 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/. - */ - -#ifndef __com_sun_star_xml_crypto_gpg_GpgXMLSecurityContext_idl_ -#define __com_sun_star_xml_crypto_gpg_GpgXMLSecurityContext_idl_ - -#include <com/sun/star/xml/crypto/XXMLSecurityContext.idl> - -module com { module sun { module star { module xml { module crypto { module gpg { - -/** - * Service implementing XXMLSecurityContext - * - * @since LibreOffice 5.4 - */ -service GpgXMLSecurityContext : XXMLSecurityContext; - -} ; } ; } ; } ; } ; } ; - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/offapi/com/sun/star/xml/crypto/gpg/GpgXMLSignature.idl b/offapi/com/sun/star/xml/crypto/gpg/GpgXMLSignature.idl deleted file mode 100644 index eda73187126a..000000000000 --- a/offapi/com/sun/star/xml/crypto/gpg/GpgXMLSignature.idl +++ /dev/null @@ -1,34 +0,0 @@ -/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ -/* - * 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/. - */ - -#ifndef __com_sun_star_xml_crypto_gpg_GpgXmlSignature_idl_ -#define __com_sun_star_xml_crypto_gpg_GpgXmlSignature_idl_ - -#include <com/sun/star/uno/XInterface.idl> -#include <com/sun/star/uno/Exception.idl> -#include <com/sun/star/xml/crypto/XXMLSignature.idl> -#include <com/sun/star/lang/XInitialization.idl> - -module com { module sun { module star { module xml { module crypto { module gpg { - -/** - * Service implementing XXMLSignature - * - * @since LibreOffice 5.4 - */ -service GpgXMLSignature { - interface com::sun::star::xml::crypto::XXMLSignature ; - interface com::sun::star::lang::XInitialization ; -} ; - -} ; } ; } ; } ; } ; } ; - -#endif - -/* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |