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 | ee47bd1aed9e9bd72608177a6980ce67f6e86c3d (patch) | |
tree | b57c07d5dc5b589d56636d479147fdb294dd9855 /offapi | |
parent | dc17e79207cbc21967c71858b12737e41354f919 (diff) |
Add global guard to prepare the work of "Strip include guards in idl files"
Diffstat (limited to 'offapi')
7 files changed, 21 insertions, 22 deletions
diff --git a/offapi/com/sun/star/deployment/PackageInformationProvider.idl b/offapi/com/sun/star/deployment/PackageInformationProvider.idl index 9d3c81d10d08..ae1731365e32 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 26d2a1b876e4..cdf669b39f72 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 d5bee547c9da..4d35e941f7f3 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 3ad09fb04ef1..46d304d691f8 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 d48c13411c3b..8fb4acbc717e 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 b6012bc46ed8..5ff9e56408b1 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_Setup_idl__ +#define __com_sun_star_setup_Setup_idl__ -#ifndef __com_sun_star_setup_XSetup_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 75e5b6458f3d..6f1a8c5e7d2f 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 |