diff options
author | Noel Grandin <noel@peralex.com> | 2013-06-05 13:03:17 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-06-05 14:48:20 +0200 |
commit | 75a87d9bc25c9c74810591bbfa560b0f7184e940 (patch) | |
tree | d2befc9ad4084c9e9f5fd38aac9b06a39e9cf506 /offapi | |
parent | 6a12e13870f15df93d2627f1538f7c64ca46e9e5 (diff) |
fdo#46808, Convert xml::crypto::XMLEncryptionTemplate to new style
Change-Id: I45bcb3f0f4b9998105d361dbf6a98d8f5310da52
Diffstat (limited to 'offapi')
-rw-r--r-- | offapi/UnoApi_offapi.mk | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/xml/crypto/XMLEncryptionTemplate.idl | 8 |
2 files changed, 2 insertions, 8 deletions
diff --git a/offapi/UnoApi_offapi.mk b/offapi/UnoApi_offapi.mk index 2afda7ffa7c8..bd284073bf44 100644 --- a/offapi/UnoApi_offapi.mk +++ b/offapi/UnoApi_offapi.mk @@ -452,6 +452,7 @@ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/xforms,\ $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/xml/crypto,\ NSSInitializer \ SEInitializer \ + XMLEncryptionTemplate \ XMLSignatureTemplate \ )) $(eval $(call gb_UnoApi_add_idlfiles_nohdl,offapi,offapi/com/sun/star/xml/dom,\ @@ -1584,7 +1585,6 @@ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/xml,\ $(eval $(call gb_UnoApi_add_idlfiles_noheader,offapi,offapi/com/sun/star/xml/crypto,\ SecurityEnvironment \ XMLEncryption \ - XMLEncryptionTemplate \ XMLSecurityContext \ XMLSignature \ )) diff --git a/offapi/com/sun/star/xml/crypto/XMLEncryptionTemplate.idl b/offapi/com/sun/star/xml/crypto/XMLEncryptionTemplate.idl index efbe9b03ee8c..67b5605e3118 100644 --- a/offapi/com/sun/star/xml/crypto/XMLEncryptionTemplate.idl +++ b/offapi/com/sun/star/xml/crypto/XMLEncryptionTemplate.idl @@ -24,20 +24,14 @@ #ifndef __com_sun_star_xml_crypto_xmlencryptiontemplate_idl_ #define __com_sun_star_xml_crypto_xmlencryptiontemplate_idl_ -#include <com/sun/star/uno/XInterface.idl> -#include <com/sun/star/uno/Exception.idl> #include <com/sun/star/xml/crypto/XXMLEncryptionTemplate.idl> -#include <com/sun/star/lang/XInitialization.idl> module com { module sun { module star { module xml { module crypto { /** * Service of XMLEncryptionTemplate */ -service XMLEncryptionTemplate { - interface com::sun::star::xml::crypto::XXMLEncryptionTemplate ; - interface com::sun::star::lang::XInitialization ; -} ; +service XMLEncryptionTemplate : com::sun::star::xml::crypto::XXMLEncryptionTemplate; } ; } ; } ; } ; } ; |