From 0d388a00adf2f588796be1b7c743f858f8dc0fc4 Mon Sep 17 00:00:00 2001 From: James Michael DuPont Date: Fri, 30 Aug 2013 07:50:26 -0500 Subject: cleanup includes Signed-off-by: Stephan Bergmann Conflicts: Makefile_idl_compile include.idl offapi/com/sun/star/util/EventMultiplexer.idl Change-Id: Id4b3e6e165cc9c40762f5d96dc734ad698690877 --- offapi/com/sun/star/security/DocumentDigitalSignatures.idl | 2 +- offapi/com/sun/star/xml/crypto/sax/Decryptor.idl | 10 +++++----- offapi/com/sun/star/xml/crypto/sax/Encryptor.idl | 12 ++++++------ offapi/com/sun/star/xml/crypto/sax/SAXEventKeeper.idl | 6 +++--- offapi/com/sun/star/xml/crypto/sax/SignatureCreator.idl | 12 ++++++------ offapi/com/sun/star/xml/crypto/sax/SignatureVerifier.idl | 10 +++++----- 6 files changed, 26 insertions(+), 26 deletions(-) (limited to 'offapi/com') diff --git a/offapi/com/sun/star/security/DocumentDigitalSignatures.idl b/offapi/com/sun/star/security/DocumentDigitalSignatures.idl index b406cfd4ab8f..2a1b0579b575 100644 --- a/offapi/com/sun/star/security/DocumentDigitalSignatures.idl +++ b/offapi/com/sun/star/security/DocumentDigitalSignatures.idl @@ -25,7 +25,7 @@ #include #include #include -#include +#include module com { module sun { module star { module security { diff --git a/offapi/com/sun/star/xml/crypto/sax/Decryptor.idl b/offapi/com/sun/star/xml/crypto/sax/Decryptor.idl index 81be04f308a6..d34ff4b2b9f8 100644 --- a/offapi/com/sun/star/xml/crypto/sax/Decryptor.idl +++ b/offapi/com/sun/star/xml/crypto/sax/Decryptor.idl @@ -27,11 +27,11 @@ #include #include #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include module com { module sun { module star { module xml { module crypto { module sax { diff --git a/offapi/com/sun/star/xml/crypto/sax/Encryptor.idl b/offapi/com/sun/star/xml/crypto/sax/Encryptor.idl index 8bb64d4aef63..bca86d3c1b08 100644 --- a/offapi/com/sun/star/xml/crypto/sax/Encryptor.idl +++ b/offapi/com/sun/star/xml/crypto/sax/Encryptor.idl @@ -27,12 +27,12 @@ #include #include #include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include module com { module sun { module star { module xml { module crypto { module sax { diff --git a/offapi/com/sun/star/xml/crypto/sax/SAXEventKeeper.idl b/offapi/com/sun/star/xml/crypto/sax/SAXEventKeeper.idl index 1cbacf1190e1..a713a2940b0b 100644 --- a/offapi/com/sun/star/xml/crypto/sax/SAXEventKeeper.idl +++ b/offapi/com/sun/star/xml/crypto/sax/SAXEventKeeper.idl @@ -28,9 +28,9 @@ #include #include #include -#include -#include -#include +#include +#include +#include module com { module sun { module star { module xml { module crypto { module sax { diff --git a/offapi/com/sun/star/xml/crypto/sax/SignatureCreator.idl b/offapi/com/sun/star/xml/crypto/sax/SignatureCreator.idl index 6a80df340c9f..5a43bae2cbe8 100644 --- a/offapi/com/sun/star/xml/crypto/sax/SignatureCreator.idl +++ b/offapi/com/sun/star/xml/crypto/sax/SignatureCreator.idl @@ -27,12 +27,12 @@ #include #include #include -#include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include +#include module com { module sun { module star { module xml { module crypto { module sax { diff --git a/offapi/com/sun/star/xml/crypto/sax/SignatureVerifier.idl b/offapi/com/sun/star/xml/crypto/sax/SignatureVerifier.idl index 3bbe6e795792..eb67c5c8b426 100644 --- a/offapi/com/sun/star/xml/crypto/sax/SignatureVerifier.idl +++ b/offapi/com/sun/star/xml/crypto/sax/SignatureVerifier.idl @@ -28,11 +28,11 @@ #include #include #include -#include -#include -#include -#include -#include +#include +#include +#include +#include +#include module com { module sun { module star { module xml { module crypto { module sax { -- cgit