From 45e7a5b78c29ebc5bd43ba65d1b02cb4457be613 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Sat, 2 Apr 2011 00:08:53 +0200 Subject: Strip include guards in idl files --- offapi/com/sun/star/frame/DesktopTask.idl | 20 -------------------- 1 file changed, 20 deletions(-) (limited to 'offapi/com/sun/star/frame/DesktopTask.idl') diff --git a/offapi/com/sun/star/frame/DesktopTask.idl b/offapi/com/sun/star/frame/DesktopTask.idl index 3640f57c332f..a6f9de46fc17 100644 --- a/offapi/com/sun/star/frame/DesktopTask.idl +++ b/offapi/com/sun/star/frame/DesktopTask.idl @@ -27,33 +27,13 @@ #ifndef __com_sun_star_frame_DesktopTask_idl__ #define __com_sun_star_frame_DesktopTask_idl__ -#ifndef __com_sun_star_frame_XDesktopTask_idl__ #include -#endif - -#ifndef __com_sun_star_frame_XFrame_idl__ #include -#endif - -#ifndef __com_sun_star_beans_XPropertySet_idl__ #include -#endif - -#ifndef __com_sun_star_frame_XWindowArranger_idl__ #include -#endif - -#ifndef __com_sun_star_frame_XFramesSupplier_idl__ #include -#endif - -#ifndef __com_sun_star_awt_Point_idl__ #include -#endif - -#ifndef __com_sun_star_awt_Size_idl__ #include -#endif //============================================================================= -- cgit