summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/XHelperInterface.idl
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-03-25 23:20:39 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-03-25 23:22:11 +0100
commit7b0f30588182fec5b8d24c106f7b430a3fb45230 (patch)
treecda8fd6a5cc3dd2e19c80da4e018e82734e9b7d4 /oovbaapi/ooo/vba/XHelperInterface.idl
parentf1302fb394a3727e0aee18e1429ffa16030d743e (diff)
Strip include guards in idl files
Diffstat (limited to 'oovbaapi/ooo/vba/XHelperInterface.idl')
-rwxr-xr-xoovbaapi/ooo/vba/XHelperInterface.idl11
1 files changed, 1 insertions, 10 deletions
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 <com/sun/star/uno/XInterface.idl>
-#endif
-#ifndef __com_sun_star_uno_Exception_idl__
+#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/uno/Exception.idl>
-#endif
-
-#ifndef __com_sun_star_script_BasicErrorException_idl__
#include <com/sun/star/script/BasicErrorException.idl>
-#endif
-#ifndef __com_sun_star_lang_XServiceInfo_idl__
#include <com/sun/star/lang/XServiceInfo.idl>
-#endif
module ooo { module vba {