diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2022-06-10 16:57:49 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2022-06-13 16:27:45 +0200 |
commit | 5687eba49fa06202bd190c87ad8e7af634354799 (patch) | |
tree | 2cd5cdce96c30c78011922ca2ceccb9b833c3a08 /udkapi/com/sun/star/reflection | |
parent | 32dd76143bdf55ac73f03f705097453521b4bf2c (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/reflection')
49 files changed, 0 insertions, 374 deletions
diff --git a/udkapi/com/sun/star/reflection/CoreReflection.idl b/udkapi/com/sun/star/reflection/CoreReflection.idl index 7d2cddee3eaa..2e7fba70d0e2 100644 --- a/udkapi/com/sun/star/reflection/CoreReflection.idl +++ b/udkapi/com/sun/star/reflection/CoreReflection.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_reflection_CoreReflection_idl__ -#define __com_sun_star_reflection_CoreReflection_idl__ - -#include <com/sun/star/reflection/XIdlReflection.idl> -#include <com/sun/star/lang/XComponent.idl> @@ -46,6 +41,4 @@ published service CoreReflection }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/FieldAccessMode.idl b/udkapi/com/sun/star/reflection/FieldAccessMode.idl index e48e04675652..0dfb5d3604fc 100644 --- a/udkapi/com/sun/star/reflection/FieldAccessMode.idl +++ b/udkapi/com/sun/star/reflection/FieldAccessMode.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_reflection_FieldAccessMode_idl__ -#define __com_sun_star_reflection_FieldAccessMode_idl__ @@ -47,6 +45,4 @@ published enum FieldAccessMode }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/InvalidTypeNameException.idl b/udkapi/com/sun/star/reflection/InvalidTypeNameException.idl index c74f28e8c074..83511eb9d418 100644 --- a/udkapi/com/sun/star/reflection/InvalidTypeNameException.idl +++ b/udkapi/com/sun/star/reflection/InvalidTypeNameException.idl @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_reflection_InvalidTypeNameException_idl__ -#define __com_sun_star_reflection_InvalidTypeNameException_idl__ - -#include <com/sun/star/uno/Exception.idl> - module com { module sun { module star { module reflection { @@ -39,6 +34,4 @@ published exception InvalidTypeNameException : com::sun::star::uno::Exception }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/InvocationTargetException.idl b/udkapi/com/sun/star/reflection/InvocationTargetException.idl index ce300f103912..aa59d773790b 100644 --- a/udkapi/com/sun/star/reflection/InvocationTargetException.idl +++ b/udkapi/com/sun/star/reflection/InvocationTargetException.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_reflection_InvocationTargetException_idl__ -#define __com_sun_star_reflection_InvocationTargetException_idl__ - -#include <com/sun/star/lang/WrappedTargetException.idl> @@ -38,6 +34,4 @@ published exception InvocationTargetException: com::sun::star::lang::WrappedTarg }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/MethodMode.idl b/udkapi/com/sun/star/reflection/MethodMode.idl index f0368c145907..fffd7ce013cc 100644 --- a/udkapi/com/sun/star/reflection/MethodMode.idl +++ b/udkapi/com/sun/star/reflection/MethodMode.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_reflection_MethodMode_idl__ -#define __com_sun_star_reflection_MethodMode_idl__ @@ -42,6 +40,4 @@ published enum MethodMode }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl b/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl index 980487d4ff2f..36349949aa2d 100644 --- a/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl +++ b/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_reflection_NoSuchTypeNameException_idl__ -#define __com_sun_star_reflection_NoSuchTypeNameException_idl__ - -#include <com/sun/star/uno/Exception.idl> - module com { module sun { module star { module reflection { @@ -38,6 +33,4 @@ published exception NoSuchTypeNameException : com::sun::star::uno::Exception }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/ParamInfo.idl b/udkapi/com/sun/star/reflection/ParamInfo.idl index 73167f0749b8..a5b370359e8e 100644 --- a/udkapi/com/sun/star/reflection/ParamInfo.idl +++ b/udkapi/com/sun/star/reflection/ParamInfo.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_reflection_ParamInfo_idl__ -#define __com_sun_star_reflection_ParamInfo_idl__ - -#include <com/sun/star/reflection/ParamMode.idl> module com { module sun { module star { module reflection { @@ -47,6 +43,4 @@ published struct ParamInfo }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/ParamMode.idl b/udkapi/com/sun/star/reflection/ParamMode.idl index 71924bb16406..2d3739952b8d 100644 --- a/udkapi/com/sun/star/reflection/ParamMode.idl +++ b/udkapi/com/sun/star/reflection/ParamMode.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_reflection_ParamMode_idl__ -#define __com_sun_star_reflection_ParamMode_idl__ @@ -46,6 +44,4 @@ published enum ParamMode }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/ProxyFactory.idl b/udkapi/com/sun/star/reflection/ProxyFactory.idl index f838eeb348e6..b0f1a9b3062d 100644 --- a/udkapi/com/sun/star/reflection/ProxyFactory.idl +++ b/udkapi/com/sun/star/reflection/ProxyFactory.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_reflection_ProxyFactory_idl__ -#define __com_sun_star_reflection_ProxyFactory_idl__ - -#include <com/sun/star/reflection/XProxyFactory.idl> @@ -49,6 +45,4 @@ published service ProxyFactory : XProxyFactory; }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl index e81fe0b78050..d40894006b61 100644 --- a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl +++ b/udkapi/com/sun/star/reflection/TypeDescriptionManager.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_reflection_TypeDescriptionManager_idl__ -#define __com_sun_star_reflection_TypeDescriptionManager_idl__ - -#include <com/sun/star/container/XHierarchicalNameAccess.idl> -#include <com/sun/star/container/XSet.idl> -#include <com/sun/star/lang/XInitialization.idl> -#include <com/sun/star/lang/XComponent.idl> -#include <com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl> module com { module sun { module star { module reflection { @@ -100,6 +92,4 @@ published service TypeDescriptionManager }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl b/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl index 7049a4298806..e36a284f5d17 100644 --- a/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl +++ b/udkapi/com/sun/star/reflection/TypeDescriptionProvider.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_reflection_TypeDescriptionProvider_idl__ -#define __com_sun_star_reflection_TypeDescriptionProvider_idl__ - -#include <com/sun/star/container/XHierarchicalNameAccess.idl> -#include <com/sun/star/lang/XComponent.idl> -#include <com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl> module com { module sun { module star { module reflection { @@ -74,6 +68,4 @@ published service TypeDescriptionProvider }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl b/udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl index 080c23c12ff4..b9e3d50c8f75 100644 --- a/udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl +++ b/udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_reflection_TypeDescriptionSearchDepth_idl__ -#define __com_sun_star_reflection_TypeDescriptionSearchDepth_idl__ - module com { module sun { module star { module reflection { @@ -45,6 +42,4 @@ published enum TypeDescriptionSearchDepth }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XArrayTypeDescription.idl b/udkapi/com/sun/star/reflection/XArrayTypeDescription.idl index ff5673df19ef..e89bddeb490f 100644 --- a/udkapi/com/sun/star/reflection/XArrayTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XArrayTypeDescription.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_reflection_XArrayTypeDescription_idl__ -#define __com_sun_star_reflection_XArrayTypeDescription_idl__ - -#include <com/sun/star/reflection/XTypeDescription.idl> @@ -57,6 +53,4 @@ published interface XArrayTypeDescription: com::sun::star::reflection::XTypeDesc }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl b/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl index 1fde54692432..ebb6ed5a7652 100644 --- a/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XCompoundTypeDescription.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_reflection_XCompoundTypeDescription_idl__ -#define __com_sun_star_reflection_XCompoundTypeDescription_idl__ - -#include <com/sun/star/reflection/XTypeDescription.idl> @@ -66,6 +62,4 @@ published interface XCompoundTypeDescription: com::sun::star::reflection::XTypeD }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl b/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl index c7905380a1b0..4f329b4796cc 100644 --- a/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_reflection_XConstantTypeDescription_idl__ -#define __com_sun_star_reflection_XConstantTypeDescription_idl__ - -#include <com/sun/star/reflection/XTypeDescription.idl> - module com { module sun { module star { module reflection { @@ -64,6 +59,4 @@ published interface XConstantTypeDescription : com::sun::star::reflection::XType }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl b/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl index e1bfb4346775..b6fc1d09b526 100644 --- a/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl @@ -17,12 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_reflection_XConstantsTypeDescription_idl__ -#define __com_sun_star_reflection_XConstantsTypeDescription_idl__ - -#include <com/sun/star/reflection/XConstantTypeDescription.idl> -#include <com/sun/star/reflection/XTypeDescription.idl> - module com { module sun { module star { module reflection { @@ -46,6 +40,4 @@ published interface XConstantsTypeDescription : com::sun::star::reflection::XTyp }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XEnumTypeDescription.idl b/udkapi/com/sun/star/reflection/XEnumTypeDescription.idl index d015743420ba..c5603b6be2ce 100644 --- a/udkapi/com/sun/star/reflection/XEnumTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XEnumTypeDescription.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_reflection_XEnumTypeDescription_idl__ -#define __com_sun_star_reflection_XEnumTypeDescription_idl__ - -#include <com/sun/star/reflection/XTypeDescription.idl> @@ -55,6 +51,4 @@ published interface XEnumTypeDescription: com::sun::star::reflection::XTypeDescr }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XIdlArray.idl b/udkapi/com/sun/star/reflection/XIdlArray.idl index 6f60069d6393..aadf8f206f73 100644 --- a/udkapi/com/sun/star/reflection/XIdlArray.idl +++ b/udkapi/com/sun/star/reflection/XIdlArray.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_reflection_XIdlArray_idl__ -#define __com_sun_star_reflection_XIdlArray_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/lang/IllegalArgumentException.idl> - -#include <com/sun/star/lang/ArrayIndexOutOfBoundsException.idl> @@ -111,6 +103,4 @@ published interface XIdlArray: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XIdlClass.idl b/udkapi/com/sun/star/reflection/XIdlClass.idl index d6c43861ed7b..e984dfa74c77 100644 --- a/udkapi/com/sun/star/reflection/XIdlClass.idl +++ b/udkapi/com/sun/star/reflection/XIdlClass.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_reflection_XIdlClass_idl__ -#define __com_sun_star_reflection_XIdlClass_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/uno/TypeClass.idl> - -#include <com/sun/star/uno/Uik.idl> module com { module sun { module star { module reflection { @@ -192,6 +184,4 @@ published interface XIdlClass: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XIdlClassProvider.idl b/udkapi/com/sun/star/reflection/XIdlClassProvider.idl index 97ee21dc4168..a8d7be0c5c1e 100644 --- a/udkapi/com/sun/star/reflection/XIdlClassProvider.idl +++ b/udkapi/com/sun/star/reflection/XIdlClassProvider.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_reflection_XIdlClassProvider_idl__ -#define __com_sun_star_reflection_XIdlClassProvider_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/reflection/XIdlClass.idl> @@ -40,6 +34,4 @@ published interface XIdlClassProvider: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XIdlField.idl b/udkapi/com/sun/star/reflection/XIdlField.idl index 79540f53346c..d113825ddb4b 100644 --- a/udkapi/com/sun/star/reflection/XIdlField.idl +++ b/udkapi/com/sun/star/reflection/XIdlField.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_reflection_XIdlField_idl__ -#define __com_sun_star_reflection_XIdlField_idl__ - -#include <com/sun/star/reflection/XIdlMember.idl> - -#include <com/sun/star/reflection/XIdlClass.idl> - -#include <com/sun/star/reflection/FieldAccessMode.idl> - -#include <com/sun/star/lang/IllegalArgumentException.idl> - -#include <com/sun/star/lang/IllegalAccessException.idl> @@ -56,6 +44,4 @@ published interface XIdlField: com::sun::star::reflection::XIdlMember }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XIdlField2.idl b/udkapi/com/sun/star/reflection/XIdlField2.idl index 4f21b6ab75cf..22052e793852 100644 --- a/udkapi/com/sun/star/reflection/XIdlField2.idl +++ b/udkapi/com/sun/star/reflection/XIdlField2.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_reflection_XIdlField2_idl__ -#define __com_sun_star_reflection_XIdlField2_idl__ - -#include <com/sun/star/reflection/XIdlMember.idl> - -#include <com/sun/star/reflection/XIdlClass.idl> - -#include <com/sun/star/reflection/FieldAccessMode.idl> - -#include <com/sun/star/lang/IllegalArgumentException.idl> - -#include <com/sun/star/lang/IllegalAccessException.idl> @@ -104,6 +92,4 @@ published interface XIdlField2: com::sun::star::reflection::XIdlMember }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XIdlMember.idl b/udkapi/com/sun/star/reflection/XIdlMember.idl index 5f07cd3de347..81bdeff2c28a 100644 --- a/udkapi/com/sun/star/reflection/XIdlMember.idl +++ b/udkapi/com/sun/star/reflection/XIdlMember.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_reflection_XIdlMember_idl__ -#define __com_sun_star_reflection_XIdlMember_idl__ - -#include <com/sun/star/uno/XInterface.idl> @@ -49,6 +45,4 @@ published interface XIdlMember: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XIdlMethod.idl b/udkapi/com/sun/star/reflection/XIdlMethod.idl index 4d6243454a5c..0d814796d102 100644 --- a/udkapi/com/sun/star/reflection/XIdlMethod.idl +++ b/udkapi/com/sun/star/reflection/XIdlMethod.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_reflection_XIdlMethod_idl__ -#define __com_sun_star_reflection_XIdlMethod_idl__ - -#include <com/sun/star/reflection/XIdlMember.idl> - -#include <com/sun/star/reflection/ParamInfo.idl> - -#include <com/sun/star/reflection/MethodMode.idl> - -#include <com/sun/star/lang/IllegalArgumentException.idl> - -#include <com/sun/star/reflection/InvocationTargetException.idl> @@ -114,6 +102,4 @@ published interface XIdlMethod: com::sun::star::reflection::XIdlMember }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XIdlReflection.idl b/udkapi/com/sun/star/reflection/XIdlReflection.idl index bbded9766406..871287363db8 100644 --- a/udkapi/com/sun/star/reflection/XIdlReflection.idl +++ b/udkapi/com/sun/star/reflection/XIdlReflection.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_reflection_XIdlReflection_idl__ -#define __com_sun_star_reflection_XIdlReflection_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/reflection/XIdlClass.idl> @@ -62,6 +56,4 @@ published interface XIdlReflection: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl b/udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl index 6bf55401c9da..be4755b6a122 100644 --- a/udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XIndirectTypeDescription.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_reflection_XIndirectTypeDescription_idl__ -#define __com_sun_star_reflection_XIndirectTypeDescription_idl__ - -#include <com/sun/star/reflection/XTypeDescription.idl> @@ -44,6 +40,4 @@ published interface XIndirectTypeDescription: com::sun::star::reflection::XTypeD }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription.idl b/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription.idl index bb45ae14e52a..c44dad68b160 100644 --- a/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription.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_reflection_XInterfaceAttributeTypeDescription_idl__ -#define __com_sun_star_reflection_XInterfaceAttributeTypeDescription_idl__ - -#include <com/sun/star/reflection/XInterfaceMemberTypeDescription.idl> - -#include <com/sun/star/reflection/XTypeDescription.idl> @@ -56,6 +50,4 @@ published interface XInterfaceAttributeTypeDescription: com::sun::star::reflecti }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription2.idl b/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription2.idl index af6f7f911141..7cc2a323a14a 100644 --- a/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription2.idl +++ b/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription2.idl @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_reflection_XInterfaceAttributeTypeDescription2_idl__ -#define __com_sun_star_reflection_XInterfaceAttributeTypeDescription2_idl__ - -#include <com/sun/star/reflection/XInterfaceAttributeTypeDescription.idl> - module com { module sun { module star { module reflection { interface XCompoundTypeDescription; @@ -68,6 +63,4 @@ interface XInterfaceAttributeTypeDescription2: }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XInterfaceMemberTypeDescription.idl b/udkapi/com/sun/star/reflection/XInterfaceMemberTypeDescription.idl index c18d420ab172..8694a48d71d2 100644 --- a/udkapi/com/sun/star/reflection/XInterfaceMemberTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XInterfaceMemberTypeDescription.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_reflection_XInterfaceMemberTypeDescription_idl__ -#define __com_sun_star_reflection_XInterfaceMemberTypeDescription_idl__ - -#include <com/sun/star/reflection/XTypeDescription.idl> @@ -52,6 +48,4 @@ published interface XInterfaceMemberTypeDescription: com::sun::star::reflection: }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XInterfaceMethodTypeDescription.idl b/udkapi/com/sun/star/reflection/XInterfaceMethodTypeDescription.idl index bde37f6221e4..abc0e1550c11 100644 --- a/udkapi/com/sun/star/reflection/XInterfaceMethodTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XInterfaceMethodTypeDescription.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_reflection_XInterfaceMethodTypeDescription_idl__ -#define __com_sun_star_reflection_XInterfaceMethodTypeDescription_idl__ - -#include <com/sun/star/reflection/XInterfaceMemberTypeDescription.idl> - -#include <com/sun/star/reflection/XTypeDescription.idl> - -#include <com/sun/star/reflection/XMethodParameter.idl> @@ -67,6 +59,4 @@ published interface XInterfaceMethodTypeDescription: com::sun::star::reflection: }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XInterfaceTypeDescription.idl b/udkapi/com/sun/star/reflection/XInterfaceTypeDescription.idl index cca82047c101..74f080b361f7 100644 --- a/udkapi/com/sun/star/reflection/XInterfaceTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XInterfaceTypeDescription.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_reflection_XInterfaceTypeDescription_idl__ -#define __com_sun_star_reflection_XInterfaceTypeDescription_idl__ - -#include <com/sun/star/reflection/XTypeDescription.idl> - -#include <com/sun/star/uno/Uik.idl> - -#include <com/sun/star/reflection/XInterfaceMemberTypeDescription.idl> @@ -73,6 +65,4 @@ published interface XInterfaceTypeDescription: com::sun::star::reflection::XType }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XInterfaceTypeDescription2.idl b/udkapi/com/sun/star/reflection/XInterfaceTypeDescription2.idl index a48e51c66df8..c7041ae6ff0f 100644 --- a/udkapi/com/sun/star/reflection/XInterfaceTypeDescription2.idl +++ b/udkapi/com/sun/star/reflection/XInterfaceTypeDescription2.idl @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_reflection_XInterfaceTypeDescription2_idl__ -#define __com_sun_star_reflection_XInterfaceTypeDescription2_idl__ - -#include <com/sun/star/reflection/XInterfaceTypeDescription.idl> - module com { module sun { module star { module reflection { interface XTypeDescription; @@ -63,6 +58,4 @@ interface XInterfaceTypeDescription2: XInterfaceTypeDescription { }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XMethodParameter.idl b/udkapi/com/sun/star/reflection/XMethodParameter.idl index 11c0eb076461..91770cf15429 100644 --- a/udkapi/com/sun/star/reflection/XMethodParameter.idl +++ b/udkapi/com/sun/star/reflection/XMethodParameter.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_reflection_XMethodParameter_idl__ -#define __com_sun_star_reflection_XMethodParameter_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/reflection/XTypeDescription.idl> @@ -77,6 +71,4 @@ published interface XMethodParameter: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XModuleTypeDescription.idl b/udkapi/com/sun/star/reflection/XModuleTypeDescription.idl index fb2838b6e086..0f3463aac46a 100644 --- a/udkapi/com/sun/star/reflection/XModuleTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XModuleTypeDescription.idl @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_reflection_XModuleTypeDescription_idl__ -#define __com_sun_star_reflection_XModuleTypeDescription_idl__ - -#include <com/sun/star/reflection/XTypeDescription.idl> - module com { module sun { module star { module reflection { @@ -45,6 +40,4 @@ published interface XModuleTypeDescription : com::sun::star::reflection::XTypeDe }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XParameter.idl b/udkapi/com/sun/star/reflection/XParameter.idl index a2785c42a149..3e41992c5ef1 100644 --- a/udkapi/com/sun/star/reflection/XParameter.idl +++ b/udkapi/com/sun/star/reflection/XParameter.idl @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_reflection_XParameter_idl__ -#define __com_sun_star_reflection_XParameter_idl__ - -#include <com/sun/star/reflection/XMethodParameter.idl> - module com { module sun { module star { module reflection { /** @@ -48,6 +43,4 @@ interface XParameter: XMethodParameter { }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl b/udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl index 11e2b55260ab..e7043124e523 100644 --- a/udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_reflection_XPropertyTypeDescription_idl__ -#define __com_sun_star_reflection_XPropertyTypeDescription_idl__ - -#include <com/sun/star/reflection/XTypeDescription.idl> - module com { module sun { module star { module reflection { @@ -51,6 +46,4 @@ published interface XPropertyTypeDescription : com::sun::star::reflection::XType }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XProxyFactory.idl b/udkapi/com/sun/star/reflection/XProxyFactory.idl index 2c8b57ead086..7cb1ed38f665 100644 --- a/udkapi/com/sun/star/reflection/XProxyFactory.idl +++ b/udkapi/com/sun/star/reflection/XProxyFactory.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_reflection_XProxyFactory_idl__ -#define __com_sun_star_reflection_XProxyFactory_idl__ - -#include <com/sun/star/uno/XInterface.idl> -#include <com/sun/star/uno/XAggregation.idl> module com { module sun { module star { module reflection { @@ -60,6 +55,4 @@ published interface XProxyFactory: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XPublished.idl b/udkapi/com/sun/star/reflection/XPublished.idl index 880438f6cd63..16964603a255 100644 --- a/udkapi/com/sun/star/reflection/XPublished.idl +++ b/udkapi/com/sun/star/reflection/XPublished.idl @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_reflection_XPublished_idl__ -#define __com_sun_star_reflection_XPublished_idl__ - -#include <com/sun/star/uno/XInterface.idl> - module com { module sun { module star { module reflection { /** @@ -98,6 +93,4 @@ interface XPublished { }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XServiceConstructorDescription.idl b/udkapi/com/sun/star/reflection/XServiceConstructorDescription.idl index 2ba4730c5bb4..09768620e492 100644 --- a/udkapi/com/sun/star/reflection/XServiceConstructorDescription.idl +++ b/udkapi/com/sun/star/reflection/XServiceConstructorDescription.idl @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_reflection_XServiceConstructorDescription_idl__ -#define __com_sun_star_reflection_XServiceConstructorDescription_idl__ - -#include <com/sun/star/uno/XInterface.idl> - module com { module sun { module star { module reflection { interface XCompoundTypeDescription; @@ -72,6 +67,4 @@ interface XServiceConstructorDescription { }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XServiceTypeDescription.idl b/udkapi/com/sun/star/reflection/XServiceTypeDescription.idl index cf6a4052c987..09e9f231db9d 100644 --- a/udkapi/com/sun/star/reflection/XServiceTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XServiceTypeDescription.idl @@ -17,13 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_reflection_XServiceTypeDescription_idl__ -#define __com_sun_star_reflection_XServiceTypeDescription_idl__ - -#include <com/sun/star/uno/XInterface.idl> -#include <com/sun/star/reflection/XInterfaceTypeDescription.idl> -#include <com/sun/star/reflection/XPropertyTypeDescription.idl> - module com { module sun { module star { module reflection { @@ -89,6 +82,4 @@ published interface XServiceTypeDescription : com::sun::star::reflection::XTypeD }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl b/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl index 223c769c55cf..9d3b51b956f9 100644 --- a/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl +++ b/udkapi/com/sun/star/reflection/XServiceTypeDescription2.idl @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_reflection_XServiceTypeDescription2_idl__ -#define __com_sun_star_reflection_XServiceTypeDescription2_idl__ - -#include <com/sun/star/reflection/XServiceTypeDescription.idl> - module com { module sun { module star { module reflection { interface XServiceConstructorDescription; @@ -69,6 +64,4 @@ interface XServiceTypeDescription2: XServiceTypeDescription { }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl b/udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl index 8de061ba8654..1b184fe5190c 100644 --- a/udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl @@ -17,12 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_reflection_XSingletonTypeDescription_idl__ -#define __com_sun_star_reflection_XSingletonTypeDescription_idl__ - -#include <com/sun/star/reflection/XTypeDescription.idl> -#include <com/sun/star/reflection/XServiceTypeDescription.idl> - module com { module sun { module star { module reflection { @@ -53,6 +47,4 @@ published interface XSingletonTypeDescription : com::sun::star::reflection::XTyp }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XSingletonTypeDescription2.idl b/udkapi/com/sun/star/reflection/XSingletonTypeDescription2.idl index e2319c5386d8..dad10090da97 100644 --- a/udkapi/com/sun/star/reflection/XSingletonTypeDescription2.idl +++ b/udkapi/com/sun/star/reflection/XSingletonTypeDescription2.idl @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_reflection_XSingletonTypeDescription2_idl__ -#define __com_sun_star_reflection_XSingletonTypeDescription2_idl__ - -#include <com/sun/star/reflection/XSingletonTypeDescription.idl> - module com { module sun { module star { module reflection { interface XTypeDescription; @@ -59,6 +54,4 @@ interface XSingletonTypeDescription2: XSingletonTypeDescription { }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XStructTypeDescription.idl b/udkapi/com/sun/star/reflection/XStructTypeDescription.idl index a46d6bf033cb..4470cb79eaea 100644 --- a/udkapi/com/sun/star/reflection/XStructTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XStructTypeDescription.idl @@ -17,11 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_reflection_XStructTypeDescription_idl__ -#define __com_sun_star_reflection_XStructTypeDescription_idl__ - -#include <com/sun/star/reflection/XCompoundTypeDescription.idl> - module com { module sun { module star { module reflection { interface XTypeDescription; @@ -79,6 +74,4 @@ interface XStructTypeDescription: XCompoundTypeDescription { }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XTypeDescription.idl b/udkapi/com/sun/star/reflection/XTypeDescription.idl index ae2d0c666c71..bd39aea8d4e5 100644 --- a/udkapi/com/sun/star/reflection/XTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XTypeDescription.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_reflection_XTypeDescription_idl__ -#define __com_sun_star_reflection_XTypeDescription_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/uno/TypeClass.idl> @@ -64,6 +58,4 @@ published interface XTypeDescription : com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumeration.idl b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumeration.idl index 855998194267..05961f63484f 100644 --- a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumeration.idl +++ b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumeration.idl @@ -17,13 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_reflection_XTypeDescriptionEnumeration_idl__ -#define __com_sun_star_reflection_XTypeDescriptionEnumeration_idl__ - -#include <com/sun/star/reflection/XTypeDescription.idl> -#include <com/sun/star/container/XEnumeration.idl> -#include <com/sun/star/container/NoSuchElementException.idl> - module com { module sun { module star { module reflection { @@ -49,6 +42,4 @@ published interface XTypeDescriptionEnumeration : com::sun::star::container::XEn }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl index 6627c52d2dd4..c17a313291b8 100644 --- a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl +++ b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl @@ -17,16 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_reflection_XTypeDescriptionEnumerationAccess_idl__ -#define __com_sun_star_reflection_XTypeDescriptionEnumerationAccess_idl__ - -#include <com/sun/star/uno/XInterface.idl> -#include <com/sun/star/uno/TypeClass.idl> -#include <com/sun/star/reflection/XTypeDescriptionEnumeration.idl> -#include <com/sun/star/reflection/TypeDescriptionSearchDepth.idl> -#include <com/sun/star/reflection/NoSuchTypeNameException.idl> -#include <com/sun/star/reflection/InvalidTypeNameException.idl> - module com { module sun { module star { module reflection { @@ -159,6 +149,4 @@ published interface XTypeDescriptionEnumerationAccess : com::sun::star::uno::XIn }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl b/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl index 32bbe98e4aae..fdb7ac0a0c4e 100644 --- a/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl +++ b/udkapi/com/sun/star/reflection/XUnionTypeDescription.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_reflection_XUnionTypeDescription_idl__ -#define __com_sun_star_reflection_XUnionTypeDescription_idl__ - -#include <com/sun/star/reflection/XTypeDescription.idl> @@ -78,6 +74,4 @@ published interface XUnionTypeDescription: com::sun::star::reflection::XTypeDesc }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/reflection/theCoreReflection.idl b/udkapi/com/sun/star/reflection/theCoreReflection.idl index e0aec455c154..2bee5e98e8d4 100644 --- a/udkapi/com/sun/star/reflection/theCoreReflection.idl +++ b/udkapi/com/sun/star/reflection/theCoreReflection.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_reflection_theCoreReflection_idl__ -#define __com_sun_star_reflection_theCoreReflection_idl__ - -#include <com/sun/star/reflection/XIdlReflection.idl> module com { module sun { module star { module reflection { @@ -32,6 +28,4 @@ singleton theCoreReflection : com::sun::star::reflection::XIdlReflection; }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |