summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang
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/lang
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/lang')
-rw-r--r--udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl6
-rw-r--r--udkapi/com/sun/star/lang/ClassNotFoundException.idl6
-rw-r--r--udkapi/com/sun/star/lang/DisposedException.idl6
-rw-r--r--udkapi/com/sun/star/lang/EventObject.idl6
-rw-r--r--udkapi/com/sun/star/lang/IllegalAccessException.idl6
-rw-r--r--udkapi/com/sun/star/lang/IllegalArgumentException.idl6
-rw-r--r--udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl6
-rw-r--r--udkapi/com/sun/star/lang/InvalidListenerException.idl6
-rw-r--r--udkapi/com/sun/star/lang/ListenerExistException.idl6
-rw-r--r--udkapi/com/sun/star/lang/Locale.idl6
-rw-r--r--udkapi/com/sun/star/lang/MultiServiceFactory.idl9
-rw-r--r--udkapi/com/sun/star/lang/NoSuchFieldException.idl6
-rw-r--r--udkapi/com/sun/star/lang/NoSuchMethodException.idl6
-rw-r--r--udkapi/com/sun/star/lang/NoSupportException.idl6
-rw-r--r--udkapi/com/sun/star/lang/NotInitializedException.idl7
-rw-r--r--udkapi/com/sun/star/lang/NullPointerException.idl6
-rw-r--r--udkapi/com/sun/star/lang/RegistryServiceManager.idl14
-rw-r--r--udkapi/com/sun/star/lang/ServiceManager.idl19
-rw-r--r--udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl6
-rw-r--r--udkapi/com/sun/star/lang/SystemDependent.idl4
-rw-r--r--udkapi/com/sun/star/lang/WrappedTargetException.idl6
-rw-r--r--udkapi/com/sun/star/lang/WrappedTargetRuntimeException.idl6
-rw-r--r--udkapi/com/sun/star/lang/XComponent.idl6
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPoint.idl11
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPointContainer.idl6
-rw-r--r--udkapi/com/sun/star/lang/XEventListener.idl8
-rw-r--r--udkapi/com/sun/star/lang/XInitialization.idl8
-rw-r--r--udkapi/com/sun/star/lang/XLocalizable.idl8
-rw-r--r--udkapi/com/sun/star/lang/XMain.idl8
-rw-r--r--udkapi/com/sun/star/lang/XMultiComponentFactory.idl6
-rw-r--r--udkapi/com/sun/star/lang/XMultiServiceFactory.idl8
-rw-r--r--udkapi/com/sun/star/lang/XServiceDisplayName.idl8
-rw-r--r--udkapi/com/sun/star/lang/XServiceInfo.idl6
-rw-r--r--udkapi/com/sun/star/lang/XServiceName.idl6
-rw-r--r--udkapi/com/sun/star/lang/XSingleComponentFactory.idl6
-rw-r--r--udkapi/com/sun/star/lang/XSingleServiceFactory.idl8
-rw-r--r--udkapi/com/sun/star/lang/XTypeProvider.idl8
-rw-r--r--udkapi/com/sun/star/lang/XUnoTunnel.idl6
38 files changed, 0 insertions, 272 deletions
diff --git a/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl b/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl
index a0deac4edcd5..cfdd0bd9246c 100644
--- a/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.idl
+++ b/udkapi/com/sun/star/lang/ArrayIndexOutOfBoundsException.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_lang_ArrayIndexOutOfBoundsException_idl__
-#define __com_sun_star_lang_ArrayIndexOutOfBoundsException_idl__
-
-#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
@@ -38,6 +34,4 @@ published exception ArrayIndexOutOfBoundsException: com::sun::star::lang::IndexO
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/ClassNotFoundException.idl b/udkapi/com/sun/star/lang/ClassNotFoundException.idl
index ef3c228a3112..2c1eb60a73e4 100644
--- a/udkapi/com/sun/star/lang/ClassNotFoundException.idl
+++ b/udkapi/com/sun/star/lang/ClassNotFoundException.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_lang_ClassNotFoundException_idl__
-#define __com_sun_star_lang_ClassNotFoundException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
@@ -35,6 +31,4 @@ published exception ClassNotFoundException: com::sun::star::uno::Exception
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/DisposedException.idl b/udkapi/com/sun/star/lang/DisposedException.idl
index ace3c5f5fb39..8dacc58264fa 100644
--- a/udkapi/com/sun/star/lang/DisposedException.idl
+++ b/udkapi/com/sun/star/lang/DisposedException.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_lang_DisposedException_idl__
-#define __com_sun_star_lang_DisposedException_idl__
-
-#include <com/sun/star/uno/RuntimeException.idl>
@@ -39,6 +35,4 @@ published exception DisposedException: com::sun::star::uno::RuntimeException
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/EventObject.idl b/udkapi/com/sun/star/lang/EventObject.idl
index 3fa039fb334d..72ca61a49a73 100644
--- a/udkapi/com/sun/star/lang/EventObject.idl
+++ b/udkapi/com/sun/star/lang/EventObject.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_lang_EventObject_idl__
-#define __com_sun_star_lang_EventObject_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -39,6 +35,4 @@ published struct EventObject
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/IllegalAccessException.idl b/udkapi/com/sun/star/lang/IllegalAccessException.idl
index e4fb8fd7b110..b6f31d2ad642 100644
--- a/udkapi/com/sun/star/lang/IllegalAccessException.idl
+++ b/udkapi/com/sun/star/lang/IllegalAccessException.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_lang_IllegalAccessException_idl__
-#define __com_sun_star_lang_IllegalAccessException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
@@ -35,6 +31,4 @@ published exception IllegalAccessException: com::sun::star::uno::Exception
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/IllegalArgumentException.idl b/udkapi/com/sun/star/lang/IllegalArgumentException.idl
index 9e522b8e38a9..4aa53fa0e736 100644
--- a/udkapi/com/sun/star/lang/IllegalArgumentException.idl
+++ b/udkapi/com/sun/star/lang/IllegalArgumentException.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_lang_IllegalArgumentException_idl__
-#define __com_sun_star_lang_IllegalArgumentException_idl__
-
-#include <com/sun/star/uno/RuntimeException.idl>
module com { module sun { module star { module lang {
@@ -39,6 +35,4 @@ published exception IllegalArgumentException
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl b/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
index 6c64ef7a07b7..17cc8860bb85 100644
--- a/udkapi/com/sun/star/lang/IndexOutOfBoundsException.idl
+++ b/udkapi/com/sun/star/lang/IndexOutOfBoundsException.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_lang_IndexOutOfBoundsException_idl__
-#define __com_sun_star_lang_IndexOutOfBoundsException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
@@ -38,6 +34,4 @@ published exception IndexOutOfBoundsException: com::sun::star::uno::Exception
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/InvalidListenerException.idl b/udkapi/com/sun/star/lang/InvalidListenerException.idl
index 27825f533b9f..fe9f0dd979fa 100644
--- a/udkapi/com/sun/star/lang/InvalidListenerException.idl
+++ b/udkapi/com/sun/star/lang/InvalidListenerException.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_lang_InvalidListenerException_idl__
-#define __com_sun_star_lang_InvalidListenerException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
@@ -38,6 +34,4 @@ published exception InvalidListenerException: com::sun::star::uno::Exception
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/ListenerExistException.idl b/udkapi/com/sun/star/lang/ListenerExistException.idl
index 2e7970383ea4..fa05b9f718ad 100644
--- a/udkapi/com/sun/star/lang/ListenerExistException.idl
+++ b/udkapi/com/sun/star/lang/ListenerExistException.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_lang_ListenerExistException_idl__
-#define __com_sun_star_lang_ListenerExistException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
@@ -37,6 +33,4 @@ published exception ListenerExistException: com::sun::star::uno::Exception
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/Locale.idl b/udkapi/com/sun/star/lang/Locale.idl
index 6f6f509c4305..4eafbd8f57f0 100644
--- a/udkapi/com/sun/star/lang/Locale.idl
+++ b/udkapi/com/sun/star/lang/Locale.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_lang_Locale_idl__
-#define __com_sun_star_lang_Locale_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -96,6 +92,4 @@ published struct Locale
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/MultiServiceFactory.idl b/udkapi/com/sun/star/lang/MultiServiceFactory.idl
index 272d694dcc7e..8b4f07517231 100644
--- a/udkapi/com/sun/star/lang/MultiServiceFactory.idl
+++ b/udkapi/com/sun/star/lang/MultiServiceFactory.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_lang_MultiServiceFactory_idl__
-#define __com_sun_star_lang_MultiServiceFactory_idl__
-
-#include <com/sun/star/lang/XMultiServiceFactory.idl>
-#include <com/sun/star/lang/XMultiComponentFactory.idl>
-
-#include <com/sun/star/lang/XServiceInfo.idl>
@@ -59,6 +52,4 @@ published service MultiServiceFactory
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/NoSuchFieldException.idl b/udkapi/com/sun/star/lang/NoSuchFieldException.idl
index 72c2125e2248..13de684d43cf 100644
--- a/udkapi/com/sun/star/lang/NoSuchFieldException.idl
+++ b/udkapi/com/sun/star/lang/NoSuchFieldException.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_lang_NoSuchFieldException_idl__
-#define __com_sun_star_lang_NoSuchFieldException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
@@ -34,6 +30,4 @@ published exception NoSuchFieldException: com::sun::star::uno::Exception
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/NoSuchMethodException.idl b/udkapi/com/sun/star/lang/NoSuchMethodException.idl
index 5511cc489b55..7f5ed314f86f 100644
--- a/udkapi/com/sun/star/lang/NoSuchMethodException.idl
+++ b/udkapi/com/sun/star/lang/NoSuchMethodException.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_lang_NoSuchMethodException_idl__
-#define __com_sun_star_lang_NoSuchMethodException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
@@ -34,6 +30,4 @@ published exception NoSuchMethodException: com::sun::star::uno::Exception
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/NoSupportException.idl b/udkapi/com/sun/star/lang/NoSupportException.idl
index dcdb91783284..5f513c6f313e 100644
--- a/udkapi/com/sun/star/lang/NoSupportException.idl
+++ b/udkapi/com/sun/star/lang/NoSupportException.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_lang_NoSupportException_idl__
-#define __com_sun_star_lang_NoSupportException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
@@ -42,6 +38,4 @@ published exception NoSupportException: com::sun::star::uno::Exception
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/NotInitializedException.idl b/udkapi/com/sun/star/lang/NotInitializedException.idl
index 54478fbbeb04..7126db685335 100644
--- a/udkapi/com/sun/star/lang/NotInitializedException.idl
+++ b/udkapi/com/sun/star/lang/NotInitializedException.idl
@@ -17,11 +17,6 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef __com_sun_star_lang_NotInitializedException_idl__
-#define __com_sun_star_lang_NotInitializedException_idl__
-
-#include <com/sun/star/uno/RuntimeException.idl>
-
module com { module sun { module star { module lang {
@@ -37,6 +32,4 @@ published exception NotInitializedException : com::sun::star::uno::RuntimeExcept
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/NullPointerException.idl b/udkapi/com/sun/star/lang/NullPointerException.idl
index fbdcc382f504..55406cf53fec 100644
--- a/udkapi/com/sun/star/lang/NullPointerException.idl
+++ b/udkapi/com/sun/star/lang/NullPointerException.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_lang_NullPointerException_idl__
-#define __com_sun_star_lang_NullPointerException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
@@ -40,6 +36,4 @@ published exception NullPointerException: com::sun::star::uno::Exception
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/RegistryServiceManager.idl b/udkapi/com/sun/star/lang/RegistryServiceManager.idl
index bae17cc68ea4..9de4a54862c5 100644
--- a/udkapi/com/sun/star/lang/RegistryServiceManager.idl
+++ b/udkapi/com/sun/star/lang/RegistryServiceManager.idl
@@ -16,18 +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_lang_RegistryServiceManager_idl__
-#define __com_sun_star_lang_RegistryServiceManager_idl__
-
-#include <com/sun/star/lang/ServiceManager.idl>
-
-#include <com/sun/star/lang/MultiServiceFactory.idl>
-
-#include <com/sun/star/lang/XInitialization.idl>
-
-#include <com/sun/star/beans/XPropertySet.idl>
-
-#include <com/sun/star/registry/XSimpleRegistry.idl>
@@ -73,6 +61,4 @@ published service RegistryServiceManager
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/ServiceManager.idl b/udkapi/com/sun/star/lang/ServiceManager.idl
index 85d9a750c808..5b9b7a94c80b 100644
--- a/udkapi/com/sun/star/lang/ServiceManager.idl
+++ b/udkapi/com/sun/star/lang/ServiceManager.idl
@@ -16,23 +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_lang_ServiceManager_idl__
-#define __com_sun_star_lang_ServiceManager_idl__
-
-#include <com/sun/star/lang/MultiServiceFactory.idl>
-
-#include <com/sun/star/lang/XComponent.idl>
-
-#include <com/sun/star/container/XSet.idl>
-
-#include <com/sun/star/container/XContentEnumerationAccess.idl>
-
-#include <com/sun/star/lang/XMultiServiceFactory.idl>
-#include <com/sun/star/lang/XMultiComponentFactory.idl>
-
-#include <com/sun/star/lang/XServiceInfo.idl>
-
-#include <com/sun/star/beans/XPropertySet.idl>
module com { module sun { module star { module lang {
@@ -122,6 +105,4 @@ published service ServiceManager
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl b/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl
index bbf7447d32fe..c17d127475c0 100644
--- a/udkapi/com/sun/star/lang/ServiceNotRegisteredException.idl
+++ b/udkapi/com/sun/star/lang/ServiceNotRegisteredException.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_lang_ServiceNotRegisteredException_idl__
-#define __com_sun_star_lang_ServiceNotRegisteredException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
@@ -37,6 +33,4 @@ published exception ServiceNotRegisteredException: com::sun::star::uno::Exceptio
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/SystemDependent.idl b/udkapi/com/sun/star/lang/SystemDependent.idl
index 4d1c3c5e6b88..80f5bce568bd 100644
--- a/udkapi/com/sun/star/lang/SystemDependent.idl
+++ b/udkapi/com/sun/star/lang/SystemDependent.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_lang_SystemDependent_idl__
-#define __com_sun_star_lang_SystemDependent_idl__
@@ -91,6 +89,4 @@ published constants SystemDependent
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/WrappedTargetException.idl b/udkapi/com/sun/star/lang/WrappedTargetException.idl
index de07139b82c0..61dd950a4de2 100644
--- a/udkapi/com/sun/star/lang/WrappedTargetException.idl
+++ b/udkapi/com/sun/star/lang/WrappedTargetException.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_lang_WrappedTargetException_idl__
-#define __com_sun_star_lang_WrappedTargetException_idl__
-
-#include <com/sun/star/uno/Exception.idl>
@@ -45,6 +41,4 @@ published exception WrappedTargetException: com::sun::star::uno::Exception
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/WrappedTargetRuntimeException.idl b/udkapi/com/sun/star/lang/WrappedTargetRuntimeException.idl
index ee5958859054..3b3c86699230 100644
--- a/udkapi/com/sun/star/lang/WrappedTargetRuntimeException.idl
+++ b/udkapi/com/sun/star/lang/WrappedTargetRuntimeException.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_lang_WrappedTargetRuntimeException_idl__
-#define __com_sun_star_lang_WrappedTargetRuntimeException_idl__
-
-#include <com/sun/star/uno/RuntimeException.idl>
module com { module sun { module star { module lang {
@@ -44,6 +40,4 @@ published exception WrappedTargetRuntimeException: ::com::sun::star::uno::Runtim
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XComponent.idl b/udkapi/com/sun/star/lang/XComponent.idl
index b0390d3a87f4..3772603b4280 100644
--- a/udkapi/com/sun/star/lang/XComponent.idl
+++ b/udkapi/com/sun/star/lang/XComponent.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_lang_XComponent_idl__
-#define __com_sun_star_lang_XComponent_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module lang {
@@ -112,6 +108,4 @@ published interface XComponent: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XConnectionPoint.idl b/udkapi/com/sun/star/lang/XConnectionPoint.idl
index 702ffae1b68e..840408054f50 100644
--- a/udkapi/com/sun/star/lang/XConnectionPoint.idl
+++ b/udkapi/com/sun/star/lang/XConnectionPoint.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_lang_XConnectionPoint_idl__
-#define __com_sun_star_lang_XConnectionPoint_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-#include <com/sun/star/lang/XConnectionPointContainer.idl>
-
-#include <com/sun/star/lang/ListenerExistException.idl>
-
-#include <com/sun/star/lang/InvalidListenerException.idl>
@@ -161,6 +152,4 @@ published interface XConnectionPoint: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XConnectionPointContainer.idl b/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
index 56e698ea7637..0b221a718b73 100644
--- a/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
+++ b/udkapi/com/sun/star/lang/XConnectionPointContainer.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_lang_XConnectionPointContainer_idl__
-#define __com_sun_star_lang_XConnectionPointContainer_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
module com { module sun { module star { module lang {
@@ -85,6 +81,4 @@ published interface XConnectionPointContainer: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XEventListener.idl b/udkapi/com/sun/star/lang/XEventListener.idl
index 5b808df56d3b..bc2342537561 100644
--- a/udkapi/com/sun/star/lang/XEventListener.idl
+++ b/udkapi/com/sun/star/lang/XEventListener.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_lang_XEventListener_idl__
-#define __com_sun_star_lang_XEventListener_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/lang/EventObject.idl>
@@ -50,6 +44,4 @@ published interface XEventListener: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XInitialization.idl b/udkapi/com/sun/star/lang/XInitialization.idl
index 553f5169021e..8a674743b1d9 100644
--- a/udkapi/com/sun/star/lang/XInitialization.idl
+++ b/udkapi/com/sun/star/lang/XInitialization.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_lang_XInitialization_idl__
-#define __com_sun_star_lang_XInitialization_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/uno/Exception.idl>
@@ -57,6 +51,4 @@ published interface XInitialization: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XLocalizable.idl b/udkapi/com/sun/star/lang/XLocalizable.idl
index e89dada2ec8a..045b0d412dee 100644
--- a/udkapi/com/sun/star/lang/XLocalizable.idl
+++ b/udkapi/com/sun/star/lang/XLocalizable.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_lang_XLocalizable_idl__
-#define __com_sun_star_lang_XLocalizable_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/lang/Locale.idl>
module com { module sun { module star { module lang {
@@ -43,6 +37,4 @@ published interface XLocalizable: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XMain.idl b/udkapi/com/sun/star/lang/XMain.idl
index c869b964f72b..38a3f6ea14f0 100644
--- a/udkapi/com/sun/star/lang/XMain.idl
+++ b/udkapi/com/sun/star/lang/XMain.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_lang_XMain_idl__
-#define __com_sun_star_lang_XMain_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/uno/Exception.idl>
@@ -48,6 +42,4 @@ published interface XMain: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XMultiComponentFactory.idl b/udkapi/com/sun/star/lang/XMultiComponentFactory.idl
index f036ece8154a..87554caf99c3 100644
--- a/udkapi/com/sun/star/lang/XMultiComponentFactory.idl
+++ b/udkapi/com/sun/star/lang/XMultiComponentFactory.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_lang_XMultiComponentFactory_idl__
-#define __com_sun_star_lang_XMultiComponentFactory_idl__
-
-#include <com/sun/star/uno/XComponentContext.idl>
@@ -76,6 +72,4 @@ published interface XMultiComponentFactory : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XMultiServiceFactory.idl b/udkapi/com/sun/star/lang/XMultiServiceFactory.idl
index 31b5725d9896..22f63dd07389 100644
--- a/udkapi/com/sun/star/lang/XMultiServiceFactory.idl
+++ b/udkapi/com/sun/star/lang/XMultiServiceFactory.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_lang_XMultiServiceFactory_idl__
-#define __com_sun_star_lang_XMultiServiceFactory_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/uno/Exception.idl>
@@ -74,6 +68,4 @@ published interface XMultiServiceFactory: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XServiceDisplayName.idl b/udkapi/com/sun/star/lang/XServiceDisplayName.idl
index eb22008c7681..6492249f5575 100644
--- a/udkapi/com/sun/star/lang/XServiceDisplayName.idl
+++ b/udkapi/com/sun/star/lang/XServiceDisplayName.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_lang_XServiceDisplayName_idl__
-#define __com_sun_star_lang_XServiceDisplayName_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/lang/Locale.idl>
module com { module sun { module star { module lang {
@@ -56,6 +50,4 @@ published interface XServiceDisplayName : ::com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XServiceInfo.idl b/udkapi/com/sun/star/lang/XServiceInfo.idl
index ff9603c25b96..5370348e0d8f 100644
--- a/udkapi/com/sun/star/lang/XServiceInfo.idl
+++ b/udkapi/com/sun/star/lang/XServiceInfo.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_lang_XServiceInfo_idl__
-#define __com_sun_star_lang_XServiceInfo_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -60,6 +56,4 @@ published interface XServiceInfo: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XServiceName.idl b/udkapi/com/sun/star/lang/XServiceName.idl
index 74da0504348c..41267f659786 100644
--- a/udkapi/com/sun/star/lang/XServiceName.idl
+++ b/udkapi/com/sun/star/lang/XServiceName.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_lang_XServiceName_idl__
-#define __com_sun_star_lang_XServiceName_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -43,6 +39,4 @@ published interface XServiceName: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XSingleComponentFactory.idl b/udkapi/com/sun/star/lang/XSingleComponentFactory.idl
index d10f369bf87d..22895b79148a 100644
--- a/udkapi/com/sun/star/lang/XSingleComponentFactory.idl
+++ b/udkapi/com/sun/star/lang/XSingleComponentFactory.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_lang_XSingleComponentFactory_idl__
-#define __com_sun_star_lang_XSingleComponentFactory_idl__
-
-#include <com/sun/star/uno/XComponentContext.idl>
@@ -61,6 +57,4 @@ published interface XSingleComponentFactory : com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XSingleServiceFactory.idl b/udkapi/com/sun/star/lang/XSingleServiceFactory.idl
index b1fe4486fae5..6231dfc95f07 100644
--- a/udkapi/com/sun/star/lang/XSingleServiceFactory.idl
+++ b/udkapi/com/sun/star/lang/XSingleServiceFactory.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_lang_XSingleServiceFactory_idl__
-#define __com_sun_star_lang_XSingleServiceFactory_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/uno/Exception.idl>
@@ -61,6 +55,4 @@ published interface XSingleServiceFactory: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XTypeProvider.idl b/udkapi/com/sun/star/lang/XTypeProvider.idl
index efc0cd881b74..f9ceaa099d73 100644
--- a/udkapi/com/sun/star/lang/XTypeProvider.idl
+++ b/udkapi/com/sun/star/lang/XTypeProvider.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_lang_XTypeProvider_idl__
-#define __com_sun_star_lang_XTypeProvider_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
-
-#include <com/sun/star/reflection/XIdlClass.idl>
module com { module sun { module star { module lang {
@@ -61,7 +55,5 @@ published interface XTypeProvider: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
diff --git a/udkapi/com/sun/star/lang/XUnoTunnel.idl b/udkapi/com/sun/star/lang/XUnoTunnel.idl
index 0b96ccc18fe2..edfeeadf847d 100644
--- a/udkapi/com/sun/star/lang/XUnoTunnel.idl
+++ b/udkapi/com/sun/star/lang/XUnoTunnel.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_lang_XUnoTunnel_idl__
-#define __com_sun_star_lang_XUnoTunnel_idl__
-
-#include <com/sun/star/uno/XInterface.idl>
@@ -61,6 +57,4 @@ published interface XUnoTunnel: com::sun::star::uno::XInterface
}; }; }; };
-#endif
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */