summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/bridge
diff options
context:
space:
mode:
authorJulien Nabet <serval2412@yahoo.fr>2011-03-26 22:57:30 +0100
committerJulien Nabet <serval2412@yahoo.fr>2011-03-26 22:57:30 +0100
commit08d473b2fbefb704def159e3e074e7e5cc77e59c (patch)
treebc40686f410fbfd845970b107a3ea7f669cf4663 /udkapi/com/sun/star/bridge
parentee47bd1aed9e9bd72608177a6980ce67f6e86c3d (diff)
Strip include guards in idl files in ure/udkapi
Diffstat (limited to 'udkapi/com/sun/star/bridge')
-rw-r--r--udkapi/com/sun/star/bridge/Bridge.idl5
-rw-r--r--udkapi/com/sun/star/bridge/BridgeFactory.idl2
-rw-r--r--udkapi/com/sun/star/bridge/IiopBridge.idl5
-rw-r--r--udkapi/com/sun/star/bridge/OleApplicationRegistration.idl2
-rw-r--r--udkapi/com/sun/star/bridge/OleBridgeSupplier.idl2
-rw-r--r--udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl2
-rw-r--r--udkapi/com/sun/star/bridge/OleObjectFactory.idl2
-rw-r--r--udkapi/com/sun/star/bridge/UrpBridge.idl5
-rw-r--r--udkapi/com/sun/star/bridge/XBridgeSupplier.idl6
-rw-r--r--udkapi/com/sun/star/bridge/XBridgeSupplier2.idl4
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl2
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl2
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/Factory.idl2
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl2
14 files changed, 0 insertions, 43 deletions
diff --git a/udkapi/com/sun/star/bridge/Bridge.idl b/udkapi/com/sun/star/bridge/Bridge.idl
index 90b53687ea5d..d064efb421d9 100644
--- a/udkapi/com/sun/star/bridge/Bridge.idl
+++ b/udkapi/com/sun/star/bridge/Bridge.idl
@@ -27,13 +27,8 @@
#ifndef __com_sun_star_bridge_Bridge_idl__
#define __com_sun_star_bridge_Bridge_idl__
-#ifndef __com_sun_star_lang_XInitialization_idl__
#include <com/sun/star/lang/XInitialization.idl>
-#endif
-
-#ifndef __com_sun_star_lang_XComponent_idl__
#include <com/sun/star/lang/XComponent.idl>
-#endif
#ifndef __com_sun_star_bridge_XBridge_idl__
#include <com/sun/star/bridge/XBridge.idl>
diff --git a/udkapi/com/sun/star/bridge/BridgeFactory.idl b/udkapi/com/sun/star/bridge/BridgeFactory.idl
index 8bf10c381504..f8d0da911fd8 100644
--- a/udkapi/com/sun/star/bridge/BridgeFactory.idl
+++ b/udkapi/com/sun/star/bridge/BridgeFactory.idl
@@ -27,9 +27,7 @@
#ifndef __com_sun_star_bridge_BridgeFactory_idl__
#define __com_sun_star_bridge_BridgeFactory_idl__
-#ifndef __com_sun_star_lang_XComponent_idl__
#include <com/sun/star/lang/XComponent.idl>
-#endif
#ifndef __com_sun_star_bridge_XBridgeFactory_idl__
#include <com/sun/star/bridge/XBridgeFactory.idl>
diff --git a/udkapi/com/sun/star/bridge/IiopBridge.idl b/udkapi/com/sun/star/bridge/IiopBridge.idl
index 7b38e2052ca0..f21b2e626c4b 100644
--- a/udkapi/com/sun/star/bridge/IiopBridge.idl
+++ b/udkapi/com/sun/star/bridge/IiopBridge.idl
@@ -27,13 +27,8 @@
#ifndef __com_sun_star_bridge_Iiop_idl__
#define __com_sun_star_bridge_Iiop_idl__
-#ifndef __com_sun_star_lang_XInitialization_idl__
#include <com/sun/star/lang/XInitialization.idl>
-#endif
-
-#ifndef __com_sun_star_lang_XComponent_idl__
#include <com/sun/star/lang/XComponent.idl>
-#endif
#ifndef __com_sun_star_bridge_XBridge_idl__
#include <com/sun/star/bridge/XBridge.idl>
diff --git a/udkapi/com/sun/star/bridge/OleApplicationRegistration.idl b/udkapi/com/sun/star/bridge/OleApplicationRegistration.idl
index 7ad209982130..88856212fa05 100644
--- a/udkapi/com/sun/star/bridge/OleApplicationRegistration.idl
+++ b/udkapi/com/sun/star/bridge/OleApplicationRegistration.idl
@@ -27,9 +27,7 @@
#ifndef __com_sun_star_bridge_OleApplicationRegistration_idl__
#define __com_sun_star_bridge_OleApplicationRegistration_idl__
-#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
-#endif
//=============================================================================
diff --git a/udkapi/com/sun/star/bridge/OleBridgeSupplier.idl b/udkapi/com/sun/star/bridge/OleBridgeSupplier.idl
index 3d1b9a655717..c11149fb894e 100644
--- a/udkapi/com/sun/star/bridge/OleBridgeSupplier.idl
+++ b/udkapi/com/sun/star/bridge/OleBridgeSupplier.idl
@@ -27,9 +27,7 @@
#ifndef __com_sun_star_bridge_OleBridgeSupplier_idl__
#define __com_sun_star_bridge_OleBridgeSupplier_idl__
-#ifndef __com_sun_star_bridge_XBridgeSupplier_idl__
#include <com/sun/star/bridge/XBridgeSupplier.idl>
-#endif
//=============================================================================
diff --git a/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl b/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl
index e9bf3d696ff0..70fed12d810b 100644
--- a/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl
+++ b/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl
@@ -27,9 +27,7 @@
#ifndef __com_sun_star_bridge_OleBridgeSupplier2_idl__
#define __com_sun_star_bridge_OleBridgeSupplier2_idl__
-#ifndef __com_sun_star_bridge_XBridgeSupplier2_idl__
#include <com/sun/star/bridge/XBridgeSupplier2.idl>
-#endif
//=============================================================================
diff --git a/udkapi/com/sun/star/bridge/OleObjectFactory.idl b/udkapi/com/sun/star/bridge/OleObjectFactory.idl
index 3bc0ab7d5d3f..cbd31d5e6f77 100644
--- a/udkapi/com/sun/star/bridge/OleObjectFactory.idl
+++ b/udkapi/com/sun/star/bridge/OleObjectFactory.idl
@@ -27,9 +27,7 @@
#ifndef __com_sun_star_bridge_OleObjectFactory_idl__
#define __com_sun_star_bridge_OleObjectFactory_idl__
-#ifndef __com_sun_star_lang_XMultiServiceFactory_idl__
#include <com/sun/star/lang/XMultiServiceFactory.idl>
-#endif
//=============================================================================
diff --git a/udkapi/com/sun/star/bridge/UrpBridge.idl b/udkapi/com/sun/star/bridge/UrpBridge.idl
index 15326e5dd8b4..b0a1f3118690 100644
--- a/udkapi/com/sun/star/bridge/UrpBridge.idl
+++ b/udkapi/com/sun/star/bridge/UrpBridge.idl
@@ -27,13 +27,8 @@
#ifndef __com_sun_star_bridge_Urp_idl__
#define __com_sun_star_bridge_Urp_idl__
-#ifndef __com_sun_star_lang_XInitialization_idl__
#include <com/sun/star/lang/XInitialization.idl>
-#endif
-
-#ifndef __com_sun_star_lang_XComponent_idl__
#include <com/sun/star/lang/XComponent.idl>
-#endif
#ifndef __com_sun_star_bridge_XBridge_idl__
#include <com/sun/star/bridge/XBridge.idl>
diff --git a/udkapi/com/sun/star/bridge/XBridgeSupplier.idl b/udkapi/com/sun/star/bridge/XBridgeSupplier.idl
index d0597be94ce5..bacc723a3bdf 100644
--- a/udkapi/com/sun/star/bridge/XBridgeSupplier.idl
+++ b/udkapi/com/sun/star/bridge/XBridgeSupplier.idl
@@ -27,17 +27,11 @@
#ifndef __com_sun_star_bridge_XBridgeSupplier_idl__
#define __com_sun_star_bridge_XBridgeSupplier_idl__
-#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
-#endif
-#ifndef __com_sun_star_uno_Uik_idl__
#include <com/sun/star/uno/Uik.idl>
-#endif
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
#include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif
//=============================================================================
diff --git a/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl b/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
index 5dbbbff5487d..18cce6a40a24 100644
--- a/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
+++ b/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
@@ -27,13 +27,9 @@
#ifndef __com_sun_star_bridge_XBridgeSupplier2_idl__
#define __com_sun_star_bridge_XBridgeSupplier2_idl__
-#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
-#endif
-#ifndef __com_sun_star_lang_IllegalArgumentException_idl__
#include <com/sun/star/lang/IllegalArgumentException.idl>
-#endif
//=============================================================================
diff --git a/udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl b/udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl
index 8abd2d8068a1..95a54be5d379 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl
@@ -27,9 +27,7 @@
#ifndef __com_sun_star_bridge_oleautomation_ApplicationRegistration_idl__
#define __com_sun_star_bridge_oleautomation_ApplicationRegistration_idl__
-#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
-#endif
//=============================================================================
diff --git a/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl b/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl
index 508b8831c994..b28b79a82261 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl
@@ -27,9 +27,7 @@
#ifndef __com_sun_star_bridge_oleautomation_BridgeSupplier_idl__
#define __com_sun_star_bridge_oleautomation_BridgeSupplier_idl__
-#ifndef __com_sun_star_bridge_XBridgeSupplier2_idl__
#include <com/sun/star/bridge/XBridgeSupplier2.idl>
-#endif
//=============================================================================
diff --git a/udkapi/com/sun/star/bridge/oleautomation/Factory.idl b/udkapi/com/sun/star/bridge/oleautomation/Factory.idl
index 3863e0f11a5f..a6a8fae77d64 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/Factory.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/Factory.idl
@@ -27,9 +27,7 @@
#ifndef __com_sun_star_bridge_oleautomation_Factory_idl__
#define __com_sun_star_bridge_oleautomation_Factory_idl__
-#ifndef __com_sun_star_lang_XMultiServiceFactory_idl__
#include <com/sun/star/lang/XMultiServiceFactory.idl>
-#endif
//=============================================================================
diff --git a/udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl b/udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl
index 6c165693bcdc..1f251cb3399d 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl
@@ -27,9 +27,7 @@
#ifndef __com_sun_star_bridge_oleautomation_XAutomationObject_idl__
#define __com_sun_star_bridge_oleautomation_XAutomationObject_idl__
-#ifndef __com_sun_star_uno_XInterface_idl__
#include <com/sun/star/uno/XInterface.idl>
-#endif
module com { module sun { module star { module bridge { module oleautomation {