summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/setup
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-03-26 22:37:07 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-03-26 22:37:07 +0100
commitee47bd1aed9e9bd72608177a6980ce67f6e86c3d (patch)
treeb57c07d5dc5b589d56636d479147fdb294dd9855 /offapi/com/sun/star/setup
parentdc17e79207cbc21967c71858b12737e41354f919 (diff)
Add global guard to prepare the work of "Strip include guards in idl files"
Diffstat (limited to 'offapi/com/sun/star/setup')
-rw-r--r--offapi/com/sun/star/setup/Setup.idl9
1 files changed, 3 insertions, 6 deletions
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