From 9b6ed11d58b9f9d0310f95f914a3d354fc813b54 Mon Sep 17 00:00:00 2001 From: Samuel Mehrbrodt Date: Wed, 15 Mar 2017 12:31:22 +0100 Subject: 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 Tested-by: Samuel Mehrbrodt --- offapi/UnoApi_offapi.mk | 7 ----- .../sun/star/xml/crypto/gpg/GpgSEInitializer.idl | 28 ------------------ .../star/xml/crypto/gpg/GpgSecurityEnvironment.idl | 28 ------------------ .../sun/star/xml/crypto/gpg/GpgXMLEncryption.idl | 34 ---------------------- .../star/xml/crypto/gpg/GpgXMLSecurityContext.idl | 28 ------------------ .../sun/star/xml/crypto/gpg/GpgXMLSignature.idl | 34 ---------------------- 6 files changed, 159 deletions(-) delete mode 100644 offapi/com/sun/star/xml/crypto/gpg/GpgSEInitializer.idl delete mode 100644 offapi/com/sun/star/xml/crypto/gpg/GpgSecurityEnvironment.idl delete mode 100644 offapi/com/sun/star/xml/crypto/gpg/GpgXMLEncryption.idl delete mode 100644 offapi/com/sun/star/xml/crypto/gpg/GpgXMLSecurityContext.idl delete mode 100644 offapi/com/sun/star/xml/crypto/gpg/GpgXMLSignature.idl (limited to 'offapi') 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 - -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 - -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 -#include -#include -#include - -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 - -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 -#include -#include -#include - -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: */ -- cgit