From 7b0f30588182fec5b8d24c106f7b430a3fb45230 Mon Sep 17 00:00:00 2001 From: Julien Nabet Date: Fri, 25 Mar 2011 23:20:39 +0100 Subject: Strip include guards in idl files --- oovbaapi/ooo/vba/XHelperInterface.idl | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) (limited to 'oovbaapi/ooo/vba/XHelperInterface.idl') diff --git a/oovbaapi/ooo/vba/XHelperInterface.idl b/oovbaapi/ooo/vba/XHelperInterface.idl index 80d1fbddcfa1..4ad2eccf2c5e 100755 --- a/oovbaapi/ooo/vba/XHelperInterface.idl +++ b/oovbaapi/ooo/vba/XHelperInterface.idl @@ -27,20 +27,11 @@ #ifndef __ooo_vba_XHelperInterface_idl__ #define __ooo_vba_XHelperInterface_idl__ -#ifndef __com_sun_star_uno_XInterface_idl__ -#include -#endif -#ifndef __com_sun_star_uno_Exception_idl__ +#include #include -#endif - -#ifndef __com_sun_star_script_BasicErrorException_idl__ #include -#endif -#ifndef __com_sun_star_lang_XServiceInfo_idl__ #include -#endif module ooo { module vba { -- cgit