diff options
author | Julien Nabet <serval2412@yahoo.fr> | 2011-03-26 22:37:07 +0100 |
---|---|---|
committer | Julien Nabet <serval2412@yahoo.fr> | 2011-03-26 22:37:07 +0100 |
commit | ab85bed60128ab33bd62a57f7ffe80e7864c7aa9 (patch) | |
tree | 3778ce006df54016f1f6347743bce5047a0ee8ca | |
parent | 386237b5b9cea260f7b3f5c07a40cfd4025d88a3 (diff) |
Add global guard to prepare the work of "Strip include guards in idl files"
7 files changed, 22 insertions, 23 deletions
diff --git a/offapi/com/sun/star/deployment/PackageInformationProvider.idl b/offapi/com/sun/star/deployment/PackageInformationProvider.idl index 224c4a6a6..9a78f6b65 100644 --- a/offapi/com/sun/star/deployment/PackageInformationProvider.idl +++ b/offapi/com/sun/star/deployment/PackageInformationProvider.idl @@ -24,6 +24,8 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ +#ifndef __com_sun_star_deployment_XPackageInformationProvider_idl__ +#define __com_sun_star_deployment_XPackageInformationProvider_idl__ #include <com/sun/star/deployment/XPackageInformationProvider.idl> @@ -37,4 +39,4 @@ module com { module sun { module star { module deployment { singleton PackageInformationProvider : XPackageInformationProvider; }; }; }; }; - +#endif diff --git a/offapi/com/sun/star/deployment/UpdateInformationEntry.idl b/offapi/com/sun/star/deployment/UpdateInformationEntry.idl index f7da29005..227fd422b 100644 --- a/offapi/com/sun/star/deployment/UpdateInformationEntry.idl +++ b/offapi/com/sun/star/deployment/UpdateInformationEntry.idl @@ -24,6 +24,8 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ +#ifndef __com_sun_star_deployment_UpdateInformationEntry_idl__ +#define __com_sun_star_deployment_UpdateInformationEntry_idl__ module com { module sun { module star { module xml { module dom { interface XElement; @@ -49,4 +51,4 @@ struct UpdateInformationEntry }; }; }; }; }; - +#endif diff --git a/offapi/com/sun/star/deployment/UpdateInformationProvider.idl b/offapi/com/sun/star/deployment/UpdateInformationProvider.idl index d33c1fc80..84085de84 100644 --- a/offapi/com/sun/star/deployment/UpdateInformationProvider.idl +++ b/offapi/com/sun/star/deployment/UpdateInformationProvider.idl @@ -24,6 +24,8 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ +#ifndef __com_sun_star_deployment_UpdateInformationProvider_idl__ +#define __com_sun_star_deployment_UpdateInformationProvider_idl__ #include <com/sun/star/deployment/XUpdateInformationProvider.idl> @@ -37,4 +39,4 @@ module com { module sun { module star { module deployment { service UpdateInformationProvider : XUpdateInformationProvider; }; }; }; }; - +#endif diff --git a/offapi/com/sun/star/deployment/XPackageInformationProvider.idl b/offapi/com/sun/star/deployment/XPackageInformationProvider.idl index efec4582e..08478310a 100644 --- a/offapi/com/sun/star/deployment/XPackageInformationProvider.idl +++ b/offapi/com/sun/star/deployment/XPackageInformationProvider.idl @@ -25,6 +25,8 @@ * ************************************************************************/ +#ifndef __com_sun_star_deployment_XPackageInformationProvide_idl__ +#define __com_sun_star_deployment_XPackageInformationProvide_idl_ #include <com/sun/star/uno/XInterface.idl> #include <com/sun/star/uno/Exception.idl> @@ -67,4 +69,4 @@ interface XPackageInformationProvider }; }; }; }; }; - +#endif diff --git a/offapi/com/sun/star/deployment/XUpdateInformationProvider.idl b/offapi/com/sun/star/deployment/XUpdateInformationProvider.idl index 55ba47976..f02284d0a 100644 --- a/offapi/com/sun/star/deployment/XUpdateInformationProvider.idl +++ b/offapi/com/sun/star/deployment/XUpdateInformationProvider.idl @@ -25,6 +25,8 @@ * ************************************************************************/ +#ifndef __com_sun_star_deployment_XUpdateInformationProvider_idl__ +#define __com_sun_star_deployment_XUpdateInformationProvider_idl__ #include <com/sun/star/uno/XInterface.idl> #include <com/sun/star/uno/Exception.idl> @@ -106,4 +108,4 @@ interface XUpdateInformationProvider }; }; }; }; }; - +#endif diff --git a/offapi/com/sun/star/setup/Setup.idl b/offapi/com/sun/star/setup/Setup.idl index 4a9dca328..e38079292 100644 --- a/offapi/com/sun/star/setup/Setup.idl +++ b/offapi/com/sun/star/setup/Setup.idl @@ -24,14 +24,11 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ - -#ifndef __com_sun_star_setup_XSetup_idl__ +#ifndef __com_sun_star_setup_Setup_idl__ +#define __com_sun_star_setup_Setup_idl__ + #include <com/sun/star/setup/XSetup.idl> -#endif - -#ifndef __com_sun_star_lang_XServiceInfo_idl__ #include <com/sun/star/lang/XServiceInfo.idl> -#endif module com { module sun { module star { module setup { @@ -46,4 +43,4 @@ published service Setup }; }; }; }; }; - +#endif diff --git a/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl b/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl index 5e0992cb7..faecea730 100644 --- a/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl +++ b/offapi/com/sun/star/ui/dialogs/XFilterGroupManager.idl @@ -24,18 +24,12 @@ * for a copy of the LGPLv3 License. * ************************************************************************/ +#ifndef __com_sun_star_ui_dialogs_XFilterGroupManager_idl__ +#define __com_sun_star_ui_dialogs_XFilterGroupManager_idl__ -#ifndef __com_sun_star_uno_XInterface_idl__ #include <com/sun/star/uno/XInterface.idl> -#endif - -#ifndef __com_sun_star_beans_StringPair_idl__ #include <com/sun/star/beans/StringPair.idl> -#endif - -#ifndef __com_sun_star_lang_IllegalArgumentException_idl__ #include <com/sun/star/lang/IllegalArgumentException.idl> -#endif module com { module sun { module star { module ui { module dialogs { @@ -74,7 +68,5 @@ published interface XFilterGroupManager : com::sun::star::uno::XInterface raises( com::sun::star::lang::IllegalArgumentException ); }; -//............................................................................. }; }; }; }; }; -//............................................................................. - +#endif |