From 6a12e13870f15df93d2627f1538f7c64ca46e9e5 Mon Sep 17 00:00:00 2001 From: Noel Grandin Date: Wed, 5 Jun 2013 11:56:40 +0200 Subject: fdo#46808, Convert XMLSignatureTemplate service to new style Change-Id: I80530f84ad5a86eccc794f9ddd14f939d093a20d --- offapi/com/sun/star/xml/crypto/XMLSignatureTemplate.idl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'offapi/com/sun/star/xml/crypto/XMLSignatureTemplate.idl') diff --git a/offapi/com/sun/star/xml/crypto/XMLSignatureTemplate.idl b/offapi/com/sun/star/xml/crypto/XMLSignatureTemplate.idl index 08752cec62e5..6789af9a3592 100644 --- a/offapi/com/sun/star/xml/crypto/XMLSignatureTemplate.idl +++ b/offapi/com/sun/star/xml/crypto/XMLSignatureTemplate.idl @@ -24,20 +24,14 @@ #ifndef __com_sun_star_xml_crypto_xmlsignaturetemplate_idl_ #define __com_sun_star_xml_crypto_xmlsignaturetemplate_idl_ -#include -#include #include -#include module com { module sun { module star { module xml { module crypto { /** * Service of XMLSignatureTemplate */ -service XMLSignatureTemplate { - interface com::sun::star::xml::crypto::XXMLSignatureTemplate ; - interface com::sun::star::lang::XInitialization ; -} ; +service XMLSignatureTemplate : com::sun::star::xml::crypto::XXMLSignatureTemplate ; } ; } ; } ; } ; } ; -- cgit