summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/bridge
diff options
context:
space:
mode:
authorStephan Bergmann <sbergman@redhat.com>2022-06-10 16:57:49 +0200
committerStephan Bergmann <sbergman@redhat.com>2022-06-13 16:27:45 +0200
commit5687eba49fa06202bd190c87ad8e7af634354799 (patch)
tree2cd5cdce96c30c78011922ca2ceccb9b833c3a08 /udkapi/com/sun/star/bridge
parent32dd76143bdf55ac73f03f705097453521b4bf2c (diff)
Drop obsolete preprocessor directives from UNOIDL files
...which were used by ildc, which is gone since a8485d558fab53291e2530fd9a1be581c1628deb "[API CHANGE] Remove deprecated idlc and regmerge from the SDK", and have always been ignored as legacy by its unoidl-write replacement. This change has been carried out (making use of GNU sed extensions) with > for i in $(git ls-files \*.idl); do sed -i -z -E -e 's/\n\n((#[^\n]*\n)+\n)*(#[^\n]*\n)+\n?/\n\n/g' -e 's/\n(#[^\n]*\n)+/\n/g' "$i"; done && git checkout extensions/source/activex/so_activex.idl odk/examples/OLE/activex/so_activex.idl which apparently happened to do the work. (The final two files are not UNOIDL source files.) Change-Id: Ic9369e05d46e8f7e8a304ab01740b171b92335cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/135683 Tested-by: Jenkins Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Diffstat (limited to 'udkapi/com/sun/star/bridge')
-rw-r--r--udkapi/com/sun/star/bridge/Bridge.idl7
-rw-r--r--udkapi/com/sun/star/bridge/BridgeExistsException.idl6
-rw-r--r--udkapi/com/sun/star/bridge/BridgeFactory.idl5
-rw-r--r--udkapi/com/sun/star/bridge/IiopBridge.idl7
-rw-r--r--udkapi/com/sun/star/bridge/InvalidProtocolChangeException.idl7
-rw-r--r--udkapi/com/sun/star/bridge/ModelDependent.idl4
-rw-r--r--udkapi/com/sun/star/bridge/OleApplicationRegistration.idl6
-rw-r--r--udkapi/com/sun/star/bridge/OleBridgeSupplier.idl6
-rw-r--r--udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl6
-rw-r--r--udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl6
-rw-r--r--udkapi/com/sun/star/bridge/OleObjectFactory.idl6
-rw-r--r--udkapi/com/sun/star/bridge/ProtocolProperty.idl3
-rw-r--r--udkapi/com/sun/star/bridge/UnoUrlResolver.idl4
-rw-r--r--udkapi/com/sun/star/bridge/UrpBridge.idl7
-rw-r--r--udkapi/com/sun/star/bridge/XBridge.idl6
-rw-r--r--udkapi/com/sun/star/bridge/XBridgeFactory.idl11
-rw-r--r--udkapi/com/sun/star/bridge/XBridgeFactory2.idl6
-rw-r--r--udkapi/com/sun/star/bridge/XBridgeSupplier.idl10
-rw-r--r--udkapi/com/sun/star/bridge/XBridgeSupplier2.idl8
-rw-r--r--udkapi/com/sun/star/bridge/XInstanceProvider.idl6
-rw-r--r--udkapi/com/sun/star/bridge/XProtocolProperties.idl5
-rw-r--r--udkapi/com/sun/star/bridge/XUnoUrlResolver.idl9
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl6
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl6
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/Currency.idl4
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/Date.idl4
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/Decimal.idl4
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/Factory.idl6
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl4
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl4
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/SCode.idl4
-rw-r--r--udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl6
32 files changed, 0 insertions, 189 deletions
diff --git a/udkapi/com/sun/star/bridge/Bridge.idl b/udkapi/com/sun/star/bridge/Bridge.idl
index f16d06f24b4f..7977ce33d2da 100644
--- a/udkapi/com/sun/star/bridge/Bridge.idl
+++ b/udkapi/com/sun/star/bridge/Bridge.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_Bridge_idl__
-#define __com_sun_star_bridge_Bridge_idl__
-
-#include <com/sun/star/lang/XInitialization.idl>
-#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/bridge/XBridge.idl>
module com { module sun { module star { module bridge {
@@ -72,6 +66,5 @@ published service Bridge
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/BridgeExistsException.idl b/udkapi/com/sun/star/bridge/BridgeExistsException.idl
index ec53eb98e0a4..5969f669dca2 100644
--- a/udkapi/com/sun/star/bridge/BridgeExistsException.idl
+++ b/udkapi/com/sun/star/bridge/BridgeExistsException.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _COM_SUN_STAR_BRIDGE_BRIDGEEXISTSEXCEPTION_IDL_
-#define _COM_SUN_STAR_BRIDGE_BRIDGEEXISTSEXCEPTION_IDL_
-
-#include <com/sun/star/uno/Exception.idl>
module com { module sun { module star { module bridge {
@@ -33,6 +29,4 @@ published exception BridgeExistsException: com::sun::star::uno::Exception
};};};};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/BridgeFactory.idl b/udkapi/com/sun/star/bridge/BridgeFactory.idl
index 765d2e481ad1..513bf4e69f79 100644
--- a/udkapi/com/sun/star/bridge/BridgeFactory.idl
+++ b/udkapi/com/sun/star/bridge/BridgeFactory.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_BridgeFactory_idl__
-#define __com_sun_star_bridge_BridgeFactory_idl__
-
-#include <com/sun/star/bridge/XBridgeFactory2.idl>
module com { module sun { module star { module bridge {
@@ -37,6 +33,5 @@ published service BridgeFactory : com::sun::star::bridge::XBridgeFactory2;
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/IiopBridge.idl b/udkapi/com/sun/star/bridge/IiopBridge.idl
index c6b2681ef63e..6ec717a6de79 100644
--- a/udkapi/com/sun/star/bridge/IiopBridge.idl
+++ b/udkapi/com/sun/star/bridge/IiopBridge.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_IiopBridge_idl__
-#define __com_sun_star_bridge_IiopBridge_idl__
-
-#include <com/sun/star/lang/XInitialization.idl>
-#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/bridge/XBridge.idl>
module com { module sun { module star { module bridge {
@@ -58,6 +52,5 @@ published service IiopBridge
};
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/InvalidProtocolChangeException.idl b/udkapi/com/sun/star/bridge/InvalidProtocolChangeException.idl
index 9b6191ab5615..9e862db01397 100644
--- a/udkapi/com/sun/star/bridge/InvalidProtocolChangeException.idl
+++ b/udkapi/com/sun/star/bridge/InvalidProtocolChangeException.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _COM_SUN_STAR_BRIDGE_INVALIDPROTOCOLCHANGEEXCEPTION_IDL_
-#define _COM_SUN_STAR_BRIDGE_INVALIDPROTOCOLCHANGEEXCEPTION_IDL_
-
-#include <com/sun/star/bridge/ProtocolProperty.idl>
-#include <com/sun/star/uno/Exception.idl>
module com { module sun { module star { module bridge {
@@ -44,6 +39,4 @@ published exception InvalidProtocolChangeException : com::sun::star::uno::Except
};};};};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/ModelDependent.idl b/udkapi/com/sun/star/bridge/ModelDependent.idl
index 13a37f7c2042..19cbe30cf27b 100644
--- a/udkapi/com/sun/star/bridge/ModelDependent.idl
+++ b/udkapi/com/sun/star/bridge/ModelDependent.idl
@@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_ModelDependent_idl__
-#define __com_sun_star_bridge_ModelDependent_idl__
@@ -41,6 +39,4 @@ published constants ModelDependent
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/OleApplicationRegistration.idl b/udkapi/com/sun/star/bridge/OleApplicationRegistration.idl
index 61dec5ffe16d..255d719a8662 100644
--- a/udkapi/com/sun/star/bridge/OleApplicationRegistration.idl
+++ b/udkapi/com/sun/star/bridge/OleApplicationRegistration.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_OleApplicationRegistration_idl__
-#define __com_sun_star_bridge_OleApplicationRegistration_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -58,6 +54,4 @@ published service OleApplicationRegistration
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/OleBridgeSupplier.idl b/udkapi/com/sun/star/bridge/OleBridgeSupplier.idl
index 614e7d442d3e..8a2fd5b1410d 100644
--- a/udkapi/com/sun/star/bridge/OleBridgeSupplier.idl
+++ b/udkapi/com/sun/star/bridge/OleBridgeSupplier.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_OleBridgeSupplier_idl__
-#define __com_sun_star_bridge_OleBridgeSupplier_idl__
-
-#include <com/sun/star/bridge/XBridgeSupplier.idl>
@@ -44,6 +40,4 @@ published service OleBridgeSupplier
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl b/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl
index 86c6a6397e39..4f24ff149830 100644
--- a/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl
+++ b/udkapi/com/sun/star/bridge/OleBridgeSupplier2.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_OleBridgeSupplier2_idl__
-#define __com_sun_star_bridge_OleBridgeSupplier2_idl__
-
-#include <com/sun/star/bridge/XBridgeSupplier2.idl>
@@ -59,6 +55,4 @@ published service OleBridgeSupplier2
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl b/udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl
index ea2ad053b0cb..cc744c816f77 100644
--- a/udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl
+++ b/udkapi/com/sun/star/bridge/OleBridgeSupplierVar1.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_OleBridgeSupplierVar1_idl__
-#define __com_sun_star_bridge_OleBridgeSupplierVar1_idl__
-
-#include <com/sun/star/bridge/OleBridgeSupplier2.idl>
module com { module sun { module star { module bridge {
@@ -44,6 +40,4 @@ published service OleBridgeSupplierVar1
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/OleObjectFactory.idl b/udkapi/com/sun/star/bridge/OleObjectFactory.idl
index fb5a69cc8171..87647e9935c8 100644
--- a/udkapi/com/sun/star/bridge/OleObjectFactory.idl
+++ b/udkapi/com/sun/star/bridge/OleObjectFactory.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_OleObjectFactory_idl__
-#define __com_sun_star_bridge_OleObjectFactory_idl__
-
-#include <com/sun/star/lang/XMultiServiceFactory.idl>
@@ -48,6 +44,4 @@ published service OleObjectFactory
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/ProtocolProperty.idl b/udkapi/com/sun/star/bridge/ProtocolProperty.idl
index 015ddf0734fc..a05f8e49278b 100644
--- a/udkapi/com/sun/star/bridge/ProtocolProperty.idl
+++ b/udkapi/com/sun/star/bridge/ProtocolProperty.idl
@@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _COM_SUN_STAR_BRIDGE_PROTOCOLPROPERTY_IDL_
-#define _COM_SUN_STAR_BRIDGE_PROTOCOLPROPERTY_IDL_
module com { module sun { module star { module bridge {
@@ -31,6 +29,5 @@ published struct ProtocolProperty
};
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/UnoUrlResolver.idl b/udkapi/com/sun/star/bridge/UnoUrlResolver.idl
index 4a1d72161d08..5828ed09c8ab 100644
--- a/udkapi/com/sun/star/bridge/UnoUrlResolver.idl
+++ b/udkapi/com/sun/star/bridge/UnoUrlResolver.idl
@@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_UnoUrlResolver_idl__
-#define __com_sun_star_bridge_UnoUrlResolver_idl__
module com { module sun { module star { module bridge {
@@ -34,6 +32,4 @@ published service UnoUrlResolver: XUnoUrlResolver;
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/UrpBridge.idl b/udkapi/com/sun/star/bridge/UrpBridge.idl
index 0697cfc1e8cf..28bbd687b5a9 100644
--- a/udkapi/com/sun/star/bridge/UrpBridge.idl
+++ b/udkapi/com/sun/star/bridge/UrpBridge.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_UrpBridge_idl__
-#define __com_sun_star_bridge_UrpBridge_idl__
-
-#include <com/sun/star/lang/XInitialization.idl>
-#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/bridge/XBridge.idl>
module com { module sun { module star { module bridge {
@@ -58,6 +52,5 @@ published service UrpBridge
};
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/XBridge.idl b/udkapi/com/sun/star/bridge/XBridge.idl
index 41fc2d4344c5..4baa420c3111 100644
--- a/udkapi/com/sun/star/bridge/XBridge.idl
+++ b/udkapi/com/sun/star/bridge/XBridge.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _COM_SUN_STAR_BRIDGE_XBRIDGE_IDL_
-#define _COM_SUN_STAR_BRIDGE_XBRIDGE_IDL_
-
-#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module bridge {
@@ -53,6 +49,4 @@ published interface XBridge: com::sun::star::uno::XInterface
};};};};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/XBridgeFactory.idl b/udkapi/com/sun/star/bridge/XBridgeFactory.idl
index a849f3e7a19c..2ba887355015 100644
--- a/udkapi/com/sun/star/bridge/XBridgeFactory.idl
+++ b/udkapi/com/sun/star/bridge/XBridgeFactory.idl
@@ -16,15 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _COM_SUN_STAR_BRIDGE_XBRIDGEFACTORY_IDL_
-#define _COM_SUN_STAR_BRIDGE_XBRIDGEFACTORY_IDL_
-
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-
-#include <com/sun/star/connection/XConnection.idl>
-#include <com/sun/star/bridge/XBridge.idl>
-#include <com/sun/star/bridge/BridgeExistsException.idl>
-#include <com/sun/star/bridge/XInstanceProvider.idl>
module com { module sun { module star { module bridge {
@@ -84,6 +75,4 @@ published interface XBridgeFactory: com::sun::star::uno::XInterface
};};};};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/XBridgeFactory2.idl b/udkapi/com/sun/star/bridge/XBridgeFactory2.idl
index 92849570d83b..f74c9cb57826 100644
--- a/udkapi/com/sun/star/bridge/XBridgeFactory2.idl
+++ b/udkapi/com/sun/star/bridge/XBridgeFactory2.idl
@@ -16,11 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_XBridgeFactory2_idl__
-#define __com_sun_star_bridge_XBridgeFactory2_idl__
-
-#include <com/sun/star/lang/XComponent.idl>
-#include <com/sun/star/bridge/XBridgeFactory.idl>
module com { module sun { module star { module bridge {
@@ -44,6 +39,5 @@ published interface XBridgeFactory2
}; }; }; };
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/XBridgeSupplier.idl b/udkapi/com/sun/star/bridge/XBridgeSupplier.idl
index d6d6aff37faa..4b0a95a50d20 100644
--- a/udkapi/com/sun/star/bridge/XBridgeSupplier.idl
+++ b/udkapi/com/sun/star/bridge/XBridgeSupplier.idl
@@ -16,14 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_XBridgeSupplier_idl__
-#define __com_sun_star_bridge_XBridgeSupplier_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/uno/Uik.idl>
-
-#include <com/sun/star/lang/IllegalArgumentException.idl>
@@ -82,6 +74,4 @@ published interface XBridgeSupplier: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl b/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
index 94c36850116c..6006befd0164 100644
--- a/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
+++ b/udkapi/com/sun/star/bridge/XBridgeSupplier2.idl
@@ -16,12 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_XBridgeSupplier2_idl__
-#define __com_sun_star_bridge_XBridgeSupplier2_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/lang/IllegalArgumentException.idl>
@@ -97,6 +91,4 @@ published interface XBridgeSupplier2: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/XInstanceProvider.idl b/udkapi/com/sun/star/bridge/XInstanceProvider.idl
index 50454f513f79..f4c4e6c94ab0 100644
--- a/udkapi/com/sun/star/bridge/XInstanceProvider.idl
+++ b/udkapi/com/sun/star/bridge/XInstanceProvider.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _COM_SUN_STAR_BRIDGE_XINSTANCEPROVIDER_IDL_
-#define _COM_SUN_STAR_BRIDGE_XINSTANCEPROVIDER_IDL_
-
-#include <com/sun/star/container/NoSuchElementException.idl>
module com { module sun { module star { module bridge {
@@ -53,6 +49,4 @@ published interface XInstanceProvider: com::sun::star::uno::XInterface
};};};};
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/XProtocolProperties.idl b/udkapi/com/sun/star/bridge/XProtocolProperties.idl
index 501c2aceb99f..a711b400824d 100644
--- a/udkapi/com/sun/star/bridge/XProtocolProperties.idl
+++ b/udkapi/com/sun/star/bridge/XProtocolProperties.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef _COM_SUN_STAR_BRIDGE_XPROTOCOLPROPERTIES_IDL_
-#define _COM_SUN_STAR_BRIDGE_XPROTOCOLPROPERTIES_IDL_
-#include <com/sun/star/bridge/ProtocolProperty.idl>
-#include <com/sun/star/bridge/InvalidProtocolChangeException.idl>
module com { module sun { module star { module bridge {
@@ -89,6 +85,5 @@ published interface XProtocolProperties : com::sun::star::uno::XInterface
};
};};};};
-#endif
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/XUnoUrlResolver.idl b/udkapi/com/sun/star/bridge/XUnoUrlResolver.idl
index 60415b8a2cb3..820a4f8b2dd2 100644
--- a/udkapi/com/sun/star/bridge/XUnoUrlResolver.idl
+++ b/udkapi/com/sun/star/bridge/XUnoUrlResolver.idl
@@ -16,13 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_XUnoUrlResolver_idl__
-#define __com_sun_star_bridge_XUnoUrlResolver_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/lang/IllegalArgumentException.idl>
-#include <com/sun/star/connection/ConnectionSetupException.idl>
-#include <com/sun/star/connection/NoConnectException.idl>
module com { module sun { module star { module bridge {
@@ -49,6 +42,4 @@ published interface XUnoUrlResolver: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl b/udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl
index ad8159c6b339..6559a6f894a0 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/ApplicationRegistration.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_oleautomation_ApplicationRegistration_idl__
-#define __com_sun_star_bridge_oleautomation_ApplicationRegistration_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -62,6 +58,4 @@ service ApplicationRegistration
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl b/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl
index cfb82cbb129f..ae8a38fc3b76 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/BridgeSupplier.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_oleautomation_BridgeSupplier_idl__
-#define __com_sun_star_bridge_oleautomation_BridgeSupplier_idl__
-
-#include <com/sun/star/bridge/XBridgeSupplier2.idl>
@@ -64,6 +60,4 @@ service BridgeSupplier
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/oleautomation/Currency.idl b/udkapi/com/sun/star/bridge/oleautomation/Currency.idl
index f9bbcf91ee84..3279d0a93876 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/Currency.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/Currency.idl
@@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_oleautomation_Currency_idl__
-#define __com_sun_star_bridge_oleautomation_Currency_idl__
module com { module sun { module star { module bridge { module oleautomation {
@@ -50,6 +48,4 @@ struct Currency
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/oleautomation/Date.idl b/udkapi/com/sun/star/bridge/oleautomation/Date.idl
index cc6b886b40f1..499c57cb71e2 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/Date.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/Date.idl
@@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_oleautomation_Date_idl__
-#define __com_sun_star_bridge_oleautomation_Date_idl__
module com { module sun { module star { module bridge { module oleautomation {
@@ -49,6 +47,4 @@ struct Date
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/oleautomation/Decimal.idl b/udkapi/com/sun/star/bridge/oleautomation/Decimal.idl
index f07ba471eaf9..526f7a26df6f 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/Decimal.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/Decimal.idl
@@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_oleautomation_Decimal_idl__
-#define __com_sun_star_bridge_oleautomation_Decimal_idl__
module com { module sun { module star { module bridge { module oleautomation {
@@ -53,6 +51,4 @@ struct Decimal
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/oleautomation/Factory.idl b/udkapi/com/sun/star/bridge/oleautomation/Factory.idl
index 47a58746c855..1ea876eef6d1 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/Factory.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/Factory.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_oleautomation_Factory_idl__
-#define __com_sun_star_bridge_oleautomation_Factory_idl__
-
-#include <com/sun/star/lang/XMultiServiceFactory.idl>
@@ -50,6 +46,4 @@ service Factory
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl b/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl
index 9de3ae2faec3..6dce5dad3806 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/NamedArgument.idl
@@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_oleautomation_NamedArgument_idl__
-#define __com_sun_star_bridge_oleautomation_NamedArgument_idl__
module com { module sun { module star { module bridge { module oleautomation {
@@ -52,6 +50,4 @@ struct NamedArgument
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl b/udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl
index a01054d6d743..5f890174f404 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/PropertyPutArgument.idl
@@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_oleautomation_PropertyPutArgument_idl__
-#define __com_sun_star_bridge_oleautomation_PropertyPutArgument_idl__
module com { module sun { module star { module bridge { module oleautomation {
@@ -59,6 +57,4 @@ struct PropertyPutArgument
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/oleautomation/SCode.idl b/udkapi/com/sun/star/bridge/oleautomation/SCode.idl
index 5791d9ddb7fb..0a28c0c3afc3 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/SCode.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/SCode.idl
@@ -16,8 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_oleautomation_SCode_idl__
-#define __com_sun_star_bridge_oleautomation_SCode_idl__
module com { module sun { module star { module bridge { module oleautomation {
@@ -51,6 +49,4 @@ struct SCode
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl b/udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl
index 3d38578ed25a..d177081d6cc0 100644
--- a/udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl
+++ b/udkapi/com/sun/star/bridge/oleautomation/XAutomationObject.idl
@@ -16,10 +16,6 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_bridge_oleautomation_XAutomationObject_idl__
-#define __com_sun_star_bridge_oleautomation_XAutomationObject_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module bridge { module oleautomation {
@@ -45,6 +41,4 @@ interface XAutomationObject: com::sun::star::uno::XInterface
}; }; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */