From 45e7a5b78c29ebc5bd43ba65d1b02cb4457be613 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 2 Apr 2011 00:08:53 +0200 Subject: Strip include guards in idl files --- offapi/com/sun/star/ldap/LdapConnectionException.idl | 2 -- offapi/com/sun/star/ldap/LdapGenericException.idl | 2 -- 2 files changed, 4 deletions(-) (limited to 'offapi/com/sun/star/ldap') diff --git a/offapi/com/sun/star/ldap/LdapConnectionException.idl b/offapi/com/sun/star/ldap/LdapConnectionException.idl index df0d963807e9..94af54ed80cb 100644 --- a/offapi/com/sun/star/ldap/LdapConnectionException.idl +++ b/offapi/com/sun/star/ldap/LdapConnectionException.idl @@ -28,9 +28,7 @@ #ifndef __com_sun_star_ldap_LdapConnectionException_idl__ #define __com_sun_star_ldap_LdapConnectionException_idl__ -#ifndef __com_sun_star_uno_Exception_idl__ #include -#endif module com { module sun { module star { module ldap { diff --git a/offapi/com/sun/star/ldap/LdapGenericException.idl b/offapi/com/sun/star/ldap/LdapGenericException.idl index bcdaab0cf00f..624d8c692e48 100644 --- a/offapi/com/sun/star/ldap/LdapGenericException.idl +++ b/offapi/com/sun/star/ldap/LdapGenericException.idl @@ -28,9 +28,7 @@ #ifndef __com_sun_star_ldap_LdapGenericException_idl__ #define __com_sun_star_ldap_LdapGenericException_idl__ -#ifndef __com_sun_star_uno_Exception_idl__ #include -#endif module com { module sun { module star { module ldap { -- cgit