diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-03-26 22:57:30 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-03-26 22:57:30 +0100 |
commit | 08d473b2fbefb704def159e3e074e7e5cc77e59c (patch) | |
tree | bc40686f410fbfd845970b107a3ea7f669cf4663 /udkapi/com/sun/star/loader | |
parent | ee47bd1aed9e9bd72608177a6980ce67f6e86c3d (diff) |
Strip include guards in idl files in ure/udkapi
Diffstat (limited to 'udkapi/com/sun/star/loader')
-rw-r--r-- | udkapi/com/sun/star/loader/CannotActivateFactoryException.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/loader/Java2.idl | 2 | ||||
-rw-r--r-- | udkapi/com/sun/star/loader/XImplementationLoader.idl | 8 |
3 files changed, 0 insertions, 12 deletions
diff --git a/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl b/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl index aaae21e4234f..adfd3ff761e0 100644 --- a/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl +++ b/udkapi/com/sun/star/loader/CannotActivateFactoryException.idl @@ -27,9 +27,7 @@ #ifndef __com_sun_star_loader_CannotActivateFactoryException_idl__ #define __com_sun_star_loader_CannotActivateFactoryException_idl__ -#ifndef __com_sun_star_uno_Exception_idl__ #include <com/sun/star/uno/Exception.idl> -#endif //============================================================================= diff --git a/udkapi/com/sun/star/loader/Java2.idl b/udkapi/com/sun/star/loader/Java2.idl index 4e0c2ff2546a..e5e30f83cc4e 100644 --- a/udkapi/com/sun/star/loader/Java2.idl +++ b/udkapi/com/sun/star/loader/Java2.idl @@ -27,9 +27,7 @@ #ifndef __com_sun_star_loader_Java2_idl__ #define __com_sun_star_loader_Java2_idl__ -#ifndef __com_sun_star_loader_Java_idl__ #include <com/sun/star/loader/Java.idl> -#endif module com { module sun { module star { module loader { diff --git a/udkapi/com/sun/star/loader/XImplementationLoader.idl b/udkapi/com/sun/star/loader/XImplementationLoader.idl index 837c31867895..eca983010121 100644 --- a/udkapi/com/sun/star/loader/XImplementationLoader.idl +++ b/udkapi/com/sun/star/loader/XImplementationLoader.idl @@ -27,21 +27,13 @@ #ifndef __com_sun_star_loader_XImplementationLoader_idl__ #define __com_sun_star_loader_XImplementationLoader_idl__ -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif -#ifndef __com_sun_star_registry_XRegistryKey_idl__ #include <com/sun/star/registry/XRegistryKey.idl> -#endif -#ifndef __com_sun_star_registry_CannotRegisterImplementationException_idl__ #include <com/sun/star/registry/CannotRegisterImplementationException.idl> -#endif -#ifndef __com_sun_star_loader_CannotActivateFactoryException_idl__ #include <com/sun/star/loader/CannotActivateFactoryException.idl> -#endif //============================================================================= |