diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-04-02 00:08:53 +0200 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-04-02 00:08:53 +0200 |
commit | 45e7a5b78c29ebc5bd43ba65d1b02cb4457be613 (patch) | |
tree | e35eb3316b7f97bf0126b74d8816fdaabbc727e8 /offapi/com/sun/star/ldap | |
parent | 3ab3374ed3863c7c6e329c56aabec31d6c908656 (diff) |
Strip include guards in idl files
Diffstat (limited to 'offapi/com/sun/star/ldap')
-rw-r--r-- | offapi/com/sun/star/ldap/LdapConnectionException.idl | 2 | ||||
-rw-r--r-- | offapi/com/sun/star/ldap/LdapGenericException.idl | 2 |
2 files changed, 0 insertions, 4 deletions
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 <com/sun/star/uno/Exception.idl> -#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 <com/sun/star/uno/Exception.idl> -#endif module com { module sun { module star { module ldap { |