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/beans | |
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/beans')
58 files changed, 0 insertions, 472 deletions
diff --git a/udkapi/com/sun/star/beans/Ambiguous.idl b/udkapi/com/sun/star/beans/Ambiguous.idl index 73b063f7c5c5..ce29b05a0786 100644 --- a/udkapi/com/sun/star/beans/Ambiguous.idl +++ b/udkapi/com/sun/star/beans/Ambiguous.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_beans_Ambiguous_idl__ -#define __com_sun_star_beans_Ambiguous_idl__ module com { module sun { module star { module beans { @@ -47,6 +45,4 @@ struct Ambiguous<T> { }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/Defaulted.idl b/udkapi/com/sun/star/beans/Defaulted.idl index b7f816e59242..bad991b7b0c7 100644 --- a/udkapi/com/sun/star/beans/Defaulted.idl +++ b/udkapi/com/sun/star/beans/Defaulted.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_beans_Defaulted_idl__ -#define __com_sun_star_beans_Defaulted_idl__ module com { module sun { module star { module beans { @@ -47,6 +45,4 @@ struct Defaulted<T> { }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/GetDirectPropertyTolerantResult.idl b/udkapi/com/sun/star/beans/GetDirectPropertyTolerantResult.idl index 6a398309faf1..ef21ea8edcab 100644 --- a/udkapi/com/sun/star/beans/GetDirectPropertyTolerantResult.idl +++ b/udkapi/com/sun/star/beans/GetDirectPropertyTolerantResult.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_beans_GetDirectPropertyTolerantResult_idl__ -#define __com_sun_star_beans_GetDirectPropertyTolerantResult_idl__ - -#include <com/sun/star/beans/TolerantPropertySetResultType.idl> -#include <com/sun/star/beans/GetPropertyTolerantResult.idl> @@ -46,6 +41,4 @@ published struct GetDirectPropertyTolerantResult : com::sun::star::beans::GetPro }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/GetPropertyTolerantResult.idl b/udkapi/com/sun/star/beans/GetPropertyTolerantResult.idl index dda56b6b3a8b..54d3fabe5e03 100644 --- a/udkapi/com/sun/star/beans/GetPropertyTolerantResult.idl +++ b/udkapi/com/sun/star/beans/GetPropertyTolerantResult.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_beans_GetPropertyTolerantResult_idl__ -#define __com_sun_star_beans_GetPropertyTolerantResult_idl__ - -#include <com/sun/star/beans/TolerantPropertySetResultType.idl> -#include <com/sun/star/beans/PropertyState.idl> @@ -61,6 +56,4 @@ published struct GetPropertyTolerantResult }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/IllegalTypeException.idl b/udkapi/com/sun/star/beans/IllegalTypeException.idl index 9f9c1cf173ce..085dd95b7200 100644 --- a/udkapi/com/sun/star/beans/IllegalTypeException.idl +++ b/udkapi/com/sun/star/beans/IllegalTypeException.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_beans_IllegalTypeException_idl__ -#define __com_sun_star_beans_IllegalTypeException_idl__ - -#include <com/sun/star/uno/Exception.idl> @@ -39,6 +35,4 @@ published exception IllegalTypeException: com::sun::star::uno::Exception }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/Introspection.idl b/udkapi/com/sun/star/beans/Introspection.idl index 1904d601dfc9..360d46f483c7 100644 --- a/udkapi/com/sun/star/beans/Introspection.idl +++ b/udkapi/com/sun/star/beans/Introspection.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_beans_Introspection_idl__ -#define __com_sun_star_beans_Introspection_idl__ - -#include <com/sun/star/beans/XIntrospection.idl> @@ -34,6 +30,4 @@ published service Introspection : com::sun::star::beans::XIntrospection; }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/IntrospectionException.idl b/udkapi/com/sun/star/beans/IntrospectionException.idl index be56b7c49f91..895903e488eb 100644 --- a/udkapi/com/sun/star/beans/IntrospectionException.idl +++ b/udkapi/com/sun/star/beans/IntrospectionException.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_beans_IntrospectionException_idl__ -#define __com_sun_star_beans_IntrospectionException_idl__ - -#include <com/sun/star/uno/Exception.idl> @@ -38,6 +34,4 @@ published exception IntrospectionException: com::sun::star::uno::Exception }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/MethodConcept.idl b/udkapi/com/sun/star/beans/MethodConcept.idl index 8d34a054f0da..22f77c4a0a6f 100644 --- a/udkapi/com/sun/star/beans/MethodConcept.idl +++ b/udkapi/com/sun/star/beans/MethodConcept.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_beans_MethodConcept_idl__ -#define __com_sun_star_beans_MethodConcept_idl__ @@ -105,6 +103,4 @@ published constants MethodConcept }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/NamedValue.idl b/udkapi/com/sun/star/beans/NamedValue.idl index 8b9cdbfa6613..cd1b6aefb06b 100644 --- a/udkapi/com/sun/star/beans/NamedValue.idl +++ b/udkapi/com/sun/star/beans/NamedValue.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_beans_NamedValue_idl__ -#define __com_sun_star_beans_NamedValue_idl__ module com { module sun { module star { module beans { @@ -39,6 +37,4 @@ published struct NamedValue }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/NotRemoveableException.idl b/udkapi/com/sun/star/beans/NotRemoveableException.idl index 3229b567c7d9..5636241987c3 100644 --- a/udkapi/com/sun/star/beans/NotRemoveableException.idl +++ b/udkapi/com/sun/star/beans/NotRemoveableException.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_beans_NotRemoveableException_idl__ -#define __com_sun_star_beans_NotRemoveableException_idl__ - -#include <com/sun/star/uno/Exception.idl> module com { module sun { module star { module beans { @@ -35,6 +31,4 @@ published exception NotRemoveableException: com::sun::star::uno::Exception }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/Optional.idl b/udkapi/com/sun/star/beans/Optional.idl index e7ab5f20e4d3..6e3392a50d82 100644 --- a/udkapi/com/sun/star/beans/Optional.idl +++ b/udkapi/com/sun/star/beans/Optional.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_beans_Optional_idl__ -#define __com_sun_star_beans_Optional_idl__ module com { module sun { module star { module beans { @@ -48,6 +46,4 @@ struct Optional<T> { }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/Pair.idl b/udkapi/com/sun/star/beans/Pair.idl index f394f5d50150..13c08b4a2a43 100644 --- a/udkapi/com/sun/star/beans/Pair.idl +++ b/udkapi/com/sun/star/beans/Pair.idl @@ -17,9 +17,6 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#ifndef __com_sun_star_beans_Pair_idl__ -#define __com_sun_star_beans_Pair_idl__ - module com { module sun { module star { module beans { /** A tuple, or pair. @@ -43,6 +40,4 @@ struct Pair<T, U> { }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/Property.idl b/udkapi/com/sun/star/beans/Property.idl index 7892e1668dce..3b619ace1325 100644 --- a/udkapi/com/sun/star/beans/Property.idl +++ b/udkapi/com/sun/star/beans/Property.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_beans_Property_idl__ -#define __com_sun_star_beans_Property_idl__ - -#include <com/sun/star/reflection/XIdlClass.idl> @@ -72,6 +68,4 @@ published struct Property }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/PropertyAttribute.idl b/udkapi/com/sun/star/beans/PropertyAttribute.idl index a75f4afaa0e2..bddfd1cd251c 100644 --- a/udkapi/com/sun/star/beans/PropertyAttribute.idl +++ b/udkapi/com/sun/star/beans/PropertyAttribute.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_beans_PropertyAttribute_idl__ -#define __com_sun_star_beans_PropertyAttribute_idl__ module com { module sun { module star { module beans { @@ -97,6 +95,4 @@ published constants PropertyAttribute }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/PropertyBag.idl b/udkapi/com/sun/star/beans/PropertyBag.idl index 11e150ef8b23..426ef751c390 100644 --- a/udkapi/com/sun/star/beans/PropertyBag.idl +++ b/udkapi/com/sun/star/beans/PropertyBag.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_beans_PropertyBag_idl__ -#define __com_sun_star_beans_PropertyBag_idl__ - -#include <com/sun/star/beans/XPropertyBag.idl> @@ -43,6 +39,4 @@ published service PropertyBag : XPropertyBag }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/PropertyChangeEvent.idl b/udkapi/com/sun/star/beans/PropertyChangeEvent.idl index 80b6e75d8cf5..00662b2a96d9 100644 --- a/udkapi/com/sun/star/beans/PropertyChangeEvent.idl +++ b/udkapi/com/sun/star/beans/PropertyChangeEvent.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_beans_PropertyChangeEvent_idl__ -#define __com_sun_star_beans_PropertyChangeEvent_idl__ - -#include <com/sun/star/lang/EventObject.idl> @@ -73,6 +69,4 @@ published struct PropertyChangeEvent: com::sun::star::lang::EventObject }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/PropertyConcept.idl b/udkapi/com/sun/star/beans/PropertyConcept.idl index 9cc007350961..b216000bd8aa 100644 --- a/udkapi/com/sun/star/beans/PropertyConcept.idl +++ b/udkapi/com/sun/star/beans/PropertyConcept.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_beans_PropertyConcept_idl__ -#define __com_sun_star_beans_PropertyConcept_idl__ @@ -74,6 +72,4 @@ published constants PropertyConcept }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/PropertyExistException.idl b/udkapi/com/sun/star/beans/PropertyExistException.idl index 375b5afd19de..55295d5e5783 100644 --- a/udkapi/com/sun/star/beans/PropertyExistException.idl +++ b/udkapi/com/sun/star/beans/PropertyExistException.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_beans_PropertyExistException_idl__ -#define __com_sun_star_beans_PropertyExistException_idl__ - -#include <com/sun/star/uno/Exception.idl> @@ -38,6 +34,4 @@ published exception PropertyExistException: com::sun::star::uno::Exception }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/PropertySet.idl b/udkapi/com/sun/star/beans/PropertySet.idl index f612695cc9af..6442ffe478d2 100644 --- a/udkapi/com/sun/star/beans/PropertySet.idl +++ b/udkapi/com/sun/star/beans/PropertySet.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_beans_PropertySet_idl__ -#define __com_sun_star_beans_PropertySet_idl__ - -#include <com/sun/star/beans/XPropertySet.idl> - -#include <com/sun/star/beans/XPropertyAccess.idl> - -#include <com/sun/star/beans/XPropertyState.idl> - -#include <com/sun/star/beans/XFastPropertySet.idl> - -#include <com/sun/star/beans/XMultiPropertySet.idl> module com { module sun { module star { module beans { @@ -52,6 +40,4 @@ published service PropertySet }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/PropertySetInfoChange.idl b/udkapi/com/sun/star/beans/PropertySetInfoChange.idl index fddcc514e66f..8338456a6251 100644 --- a/udkapi/com/sun/star/beans/PropertySetInfoChange.idl +++ b/udkapi/com/sun/star/beans/PropertySetInfoChange.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_beans_PropertySetInfoChange_idl__ -#define __com_sun_star_beans_PropertySetInfoChange_idl__ @@ -45,6 +43,4 @@ published constants PropertySetInfoChange }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/PropertySetInfoChangeEvent.idl b/udkapi/com/sun/star/beans/PropertySetInfoChangeEvent.idl index 7ba1ac54f0bb..399ad5dfb4ab 100644 --- a/udkapi/com/sun/star/beans/PropertySetInfoChangeEvent.idl +++ b/udkapi/com/sun/star/beans/PropertySetInfoChangeEvent.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_beans_PropertySetInfoChangeEvent_idl__ -#define __com_sun_star_beans_PropertySetInfoChangeEvent_idl__ - -#include <com/sun/star/lang/EventObject.idl> @@ -57,6 +53,4 @@ published struct PropertySetInfoChangeEvent: com::sun::star::lang::EventObject }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/PropertyState.idl b/udkapi/com/sun/star/beans/PropertyState.idl index ffda69801c16..1c5c0d133f14 100644 --- a/udkapi/com/sun/star/beans/PropertyState.idl +++ b/udkapi/com/sun/star/beans/PropertyState.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_beans_PropertyState_idl__ -#define __com_sun_star_beans_PropertyState_idl__ @@ -80,6 +78,4 @@ published enum PropertyState }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/PropertyStateChangeEvent.idl b/udkapi/com/sun/star/beans/PropertyStateChangeEvent.idl index 4573a1e474f7..d77327afc2ff 100644 --- a/udkapi/com/sun/star/beans/PropertyStateChangeEvent.idl +++ b/udkapi/com/sun/star/beans/PropertyStateChangeEvent.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_beans_PropertyStateChangeEvent_idl__ -#define __com_sun_star_beans_PropertyStateChangeEvent_idl__ - -#include <com/sun/star/lang/EventObject.idl> - -#include <com/sun/star/beans/PropertyState.idl> @@ -73,6 +67,4 @@ published struct PropertyStateChangeEvent: com::sun::star::lang::EventObject }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/PropertyValue.idl b/udkapi/com/sun/star/beans/PropertyValue.idl index 842a57e4d9d4..c4b851600014 100644 --- a/udkapi/com/sun/star/beans/PropertyValue.idl +++ b/udkapi/com/sun/star/beans/PropertyValue.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_beans_PropertyValue_idl__ -#define __com_sun_star_beans_PropertyValue_idl__ - -#include <com/sun/star/beans/Property.idl> - -#include <com/sun/star/beans/PropertyState.idl> @@ -64,6 +58,4 @@ published struct PropertyValue }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/PropertyValues.idl b/udkapi/com/sun/star/beans/PropertyValues.idl index 8f79c10c7423..3b6142373c54 100644 --- a/udkapi/com/sun/star/beans/PropertyValues.idl +++ b/udkapi/com/sun/star/beans/PropertyValues.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_beans_PropertyValues_idl__ -#define __com_sun_star_beans_PropertyValues_idl__ - -#include <com/sun/star/beans/PropertyValue.idl> module com { module sun { module star { module beans { @@ -33,6 +29,4 @@ published typedef sequence<PropertyValue> PropertyValues; }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/PropertyVetoException.idl b/udkapi/com/sun/star/beans/PropertyVetoException.idl index cf95f15ed1c8..86739e42c1a9 100644 --- a/udkapi/com/sun/star/beans/PropertyVetoException.idl +++ b/udkapi/com/sun/star/beans/PropertyVetoException.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_beans_PropertyVetoException_idl__ -#define __com_sun_star_beans_PropertyVetoException_idl__ - -#include <com/sun/star/uno/Exception.idl> @@ -38,6 +34,4 @@ published exception PropertyVetoException: com::sun::star::uno::Exception }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/SetPropertyTolerantFailed.idl b/udkapi/com/sun/star/beans/SetPropertyTolerantFailed.idl index 5964c1925073..13715d5507d9 100644 --- a/udkapi/com/sun/star/beans/SetPropertyTolerantFailed.idl +++ b/udkapi/com/sun/star/beans/SetPropertyTolerantFailed.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_beans_SetPropertyTolerantFailed_idl__ -#define __com_sun_star_beans_SetPropertyTolerantFailed_idl__ @@ -51,6 +49,4 @@ published struct SetPropertyTolerantFailed }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/StringPair.idl b/udkapi/com/sun/star/beans/StringPair.idl index f6846add4e20..f75caabbfdb6 100644 --- a/udkapi/com/sun/star/beans/StringPair.idl +++ b/udkapi/com/sun/star/beans/StringPair.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_beans_StringPair_idl__ -#define __com_sun_star_beans_StringPair_idl__ module com { module sun { module star { module beans { @@ -40,6 +38,4 @@ published struct StringPair }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl b/udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl index f4cb92f4eb27..8179131056e6 100644 --- a/udkapi/com/sun/star/beans/TolerantPropertySetResultType.idl +++ b/udkapi/com/sun/star/beans/TolerantPropertySetResultType.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_beans_TolerantPropertySetResultType_idl__ -#define __com_sun_star_beans_TolerantPropertySetResultType_idl__ @@ -76,6 +74,4 @@ constants TolerantPropertySetResultType }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/UnknownPropertyException.idl b/udkapi/com/sun/star/beans/UnknownPropertyException.idl index a05a78af7ede..35a5079c2392 100644 --- a/udkapi/com/sun/star/beans/UnknownPropertyException.idl +++ b/udkapi/com/sun/star/beans/UnknownPropertyException.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_beans_UnknownPropertyException_idl__ -#define __com_sun_star_beans_UnknownPropertyException_idl__ - -#include <com/sun/star/uno/Exception.idl> @@ -38,6 +34,4 @@ published exception UnknownPropertyException: com::sun::star::uno::Exception }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XExactName.idl b/udkapi/com/sun/star/beans/XExactName.idl index 13663f514fcd..0f32374cffdb 100644 --- a/udkapi/com/sun/star/beans/XExactName.idl +++ b/udkapi/com/sun/star/beans/XExactName.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_beans_XExactName_idl__ -#define __com_sun_star_beans_XExactName_idl__ - -#include <com/sun/star/uno/XInterface.idl> @@ -56,6 +52,4 @@ published interface XExactName: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XFastPropertySet.idl b/udkapi/com/sun/star/beans/XFastPropertySet.idl index f41997c2d237..2e3aa7c0416b 100644 --- a/udkapi/com/sun/star/beans/XFastPropertySet.idl +++ b/udkapi/com/sun/star/beans/XFastPropertySet.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_beans_XFastPropertySet_idl__ -#define __com_sun_star_beans_XFastPropertySet_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/beans/UnknownPropertyException.idl> - -#include <com/sun/star/beans/PropertyVetoException.idl> - -#include <com/sun/star/lang/IllegalArgumentException.idl> - -#include <com/sun/star/lang/WrappedTargetException.idl> @@ -100,6 +88,4 @@ published interface XFastPropertySet: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl index 9230dcc28a5e..9c75f75a3eda 100644 --- a/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl +++ b/udkapi/com/sun/star/beans/XHierarchicalPropertySet.idl @@ -16,20 +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_beans_XHierarchicalPropertySet_idl__ -#define __com_sun_star_beans_XHierarchicalPropertySet_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/beans/XHierarchicalPropertySetInfo.idl> - -#include <com/sun/star/beans/UnknownPropertyException.idl> - -#include <com/sun/star/beans/PropertyVetoException.idl> - -#include <com/sun/star/lang/IllegalArgumentException.idl> - -#include <com/sun/star/lang/WrappedTargetException.idl> @@ -145,6 +131,4 @@ published interface XHierarchicalPropertySet: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl b/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl index 7a21e4596f9b..8770e3fb01dd 100644 --- a/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl +++ b/udkapi/com/sun/star/beans/XHierarchicalPropertySetInfo.idl @@ -16,16 +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_beans_XHierarchicalPropertySetInfo_idl__ -#define __com_sun_star_beans_XHierarchicalPropertySetInfo_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/beans/Property.idl> - -#include <com/sun/star/beans/UnknownPropertyException.idl> - -#include <com/sun/star/lang/IllegalArgumentException.idl> @@ -80,6 +70,4 @@ published interface XHierarchicalPropertySetInfo: com::sun::star::uno::XInterfac }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XIntrospection.idl b/udkapi/com/sun/star/beans/XIntrospection.idl index 9fdb736fc66c..edbe1bd43a6f 100644 --- a/udkapi/com/sun/star/beans/XIntrospection.idl +++ b/udkapi/com/sun/star/beans/XIntrospection.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_beans_XIntrospection_idl__ -#define __com_sun_star_beans_XIntrospection_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/beans/XIntrospectionAccess.idl> @@ -98,6 +92,4 @@ published interface XIntrospection: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XIntrospectionAccess.idl b/udkapi/com/sun/star/beans/XIntrospectionAccess.idl index be325005f117..629d26ddfe7f 100644 --- a/udkapi/com/sun/star/beans/XIntrospectionAccess.idl +++ b/udkapi/com/sun/star/beans/XIntrospectionAccess.idl @@ -16,22 +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_beans_XIntrospectionAccess_idl__ -#define __com_sun_star_beans_XIntrospectionAccess_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/beans/Property.idl> - -#include <com/sun/star/container/NoSuchElementException.idl> - -#include <com/sun/star/reflection/XIdlMethod.idl> - -#include <com/sun/star/lang/NoSuchMethodException.idl> - -#include <com/sun/star/reflection/XIdlClass.idl> - -#include <com/sun/star/beans/IllegalTypeException.idl> module com { module sun { module star { module beans { @@ -273,6 +257,4 @@ published interface XIntrospectionAccess: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XMaterialHolder.idl b/udkapi/com/sun/star/beans/XMaterialHolder.idl index 372b9af8cbe1..00545b55cb8f 100644 --- a/udkapi/com/sun/star/beans/XMaterialHolder.idl +++ b/udkapi/com/sun/star/beans/XMaterialHolder.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_beans_XMaterialHolder_idl__ -#define __com_sun_star_beans_XMaterialHolder_idl__ - -#include <com/sun/star/uno/XInterface.idl> @@ -50,6 +46,4 @@ published interface XMaterialHolder: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl b/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl index 079e6614175c..c81adbf00920 100644 --- a/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.idl +++ b/udkapi/com/sun/star/beans/XMultiHierarchicalPropertySet.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_beans_XMultiHierarchicalPropertySet_idl__ -#define __com_sun_star_beans_XMultiHierarchicalPropertySet_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/beans/XHierarchicalPropertySetInfo.idl> - -#include <com/sun/star/beans/PropertyVetoException.idl> - -#include <com/sun/star/lang/IllegalArgumentException.idl> - -#include <com/sun/star/lang/WrappedTargetException.idl> module com { module sun { module star { module beans { @@ -133,6 +121,4 @@ published interface XMultiHierarchicalPropertySet: com::sun::star::uno::XInterfa }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XMultiPropertySet.idl b/udkapi/com/sun/star/beans/XMultiPropertySet.idl index c49b9a0216b7..407a6e449b2c 100644 --- a/udkapi/com/sun/star/beans/XMultiPropertySet.idl +++ b/udkapi/com/sun/star/beans/XMultiPropertySet.idl @@ -16,20 +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_beans_XMultiPropertySet_idl__ -#define __com_sun_star_beans_XMultiPropertySet_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/beans/XPropertySetInfo.idl> - -#include <com/sun/star/beans/PropertyVetoException.idl> - -#include <com/sun/star/lang/IllegalArgumentException.idl> - -#include <com/sun/star/lang/WrappedTargetException.idl> - -#include <com/sun/star/beans/XPropertiesChangeListener.idl> @@ -149,6 +135,4 @@ published interface XMultiPropertySet: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XMultiPropertyStates.idl b/udkapi/com/sun/star/beans/XMultiPropertyStates.idl index 3dff94770422..c1ba6c30ff58 100644 --- a/udkapi/com/sun/star/beans/XMultiPropertyStates.idl +++ b/udkapi/com/sun/star/beans/XMultiPropertyStates.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_beans_XMultiPropertyStates_idl__ -#define __com_sun_star_beans_XMultiPropertyStates_idl__ - -#include <com/sun/star/uno/XInterface.idl> -#include <com/sun/star/beans/PropertyState.idl> -#include <com/sun/star/beans/UnknownPropertyException.idl> -#include <com/sun/star/lang/WrappedTargetException.idl> -#include <com/sun/star/beans/XPropertyStateChangeListener.idl> @@ -108,6 +100,4 @@ published interface XMultiPropertyStates: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl b/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl index fac3578ab19f..02d1932a8c53 100644 --- a/udkapi/com/sun/star/beans/XPropertiesChangeListener.idl +++ b/udkapi/com/sun/star/beans/XPropertiesChangeListener.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_beans_XPropertiesChangeListener_idl__ -#define __com_sun_star_beans_XPropertiesChangeListener_idl__ - -#include <com/sun/star/lang/XEventListener.idl> - -#include <com/sun/star/beans/PropertyChangeEvent.idl> @@ -47,6 +41,4 @@ published interface XPropertiesChangeListener: com::sun::star::lang::XEventListe }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl b/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl index cb5d6fa8b6fa..3d69bd6496d2 100644 --- a/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.idl +++ b/udkapi/com/sun/star/beans/XPropertiesChangeNotifier.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_beans_XPropertiesChangeNotifier_idl__ -#define __com_sun_star_beans_XPropertiesChangeNotifier_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/beans/XPropertiesChangeListener.idl> module com { module sun { module star { module beans { @@ -51,6 +45,4 @@ published interface XPropertiesChangeNotifier: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XProperty.idl b/udkapi/com/sun/star/beans/XProperty.idl index de65682f5131..21a67e3cda0c 100644 --- a/udkapi/com/sun/star/beans/XProperty.idl +++ b/udkapi/com/sun/star/beans/XProperty.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_beans_XProperty_idl__ -#define __com_sun_star_beans_XProperty_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/beans/Property.idl> module com { module sun { module star { module beans { @@ -50,6 +44,4 @@ published interface XProperty: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XPropertyAccess.idl b/udkapi/com/sun/star/beans/XPropertyAccess.idl index d8cbb43c4bfe..8de04a7dffa7 100644 --- a/udkapi/com/sun/star/beans/XPropertyAccess.idl +++ b/udkapi/com/sun/star/beans/XPropertyAccess.idl @@ -16,20 +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_beans_XPropertyAccess_idl__ -#define __com_sun_star_beans_XPropertyAccess_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/beans/PropertyValue.idl> - -#include <com/sun/star/beans/UnknownPropertyException.idl> - -#include <com/sun/star/beans/PropertyVetoException.idl> - -#include <com/sun/star/lang/IllegalArgumentException.idl> - -#include <com/sun/star/lang/WrappedTargetException.idl> @@ -72,6 +58,4 @@ published interface XPropertyAccess: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XPropertyBag.idl b/udkapi/com/sun/star/beans/XPropertyBag.idl index 3d9efd0abb6c..f6c90c77ae01 100644 --- a/udkapi/com/sun/star/beans/XPropertyBag.idl +++ b/udkapi/com/sun/star/beans/XPropertyBag.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_beans_XPropertyBag_idl__ -#define __com_sun_star_beans_XPropertyBag_idl__ - -#include <com/sun/star/beans/XPropertySet.idl> -#include <com/sun/star/beans/XPropertyContainer.idl> -#include <com/sun/star/beans/XPropertyAccess.idl> @@ -44,6 +38,4 @@ published interface XPropertyBag }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XPropertyChangeListener.idl b/udkapi/com/sun/star/beans/XPropertyChangeListener.idl index c80ec9748409..d5cb1b4a1813 100644 --- a/udkapi/com/sun/star/beans/XPropertyChangeListener.idl +++ b/udkapi/com/sun/star/beans/XPropertyChangeListener.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_beans_XPropertyChangeListener_idl__ -#define __com_sun_star_beans_XPropertyChangeListener_idl__ - -#include <com/sun/star/lang/XEventListener.idl> - -#include <com/sun/star/beans/PropertyChangeEvent.idl> @@ -43,6 +37,4 @@ published interface XPropertyChangeListener: com::sun::star::lang::XEventListene }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XPropertyContainer.idl b/udkapi/com/sun/star/beans/XPropertyContainer.idl index 1843082b27e7..002027ce8f1d 100644 --- a/udkapi/com/sun/star/beans/XPropertyContainer.idl +++ b/udkapi/com/sun/star/beans/XPropertyContainer.idl @@ -16,22 +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_beans_XPropertyContainer_idl__ -#define __com_sun_star_beans_XPropertyContainer_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/reflection/XIdlClass.idl> - -#include <com/sun/star/beans/PropertyExistException.idl> - -#include <com/sun/star/beans/IllegalTypeException.idl> - -#include <com/sun/star/beans/UnknownPropertyException.idl> - -#include <com/sun/star/beans/NotRemoveableException.idl> - -#include <com/sun/star/lang/IllegalArgumentException.idl> module com { module sun { module star { module beans { @@ -88,6 +72,4 @@ published interface XPropertyContainer: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XPropertySet.idl b/udkapi/com/sun/star/beans/XPropertySet.idl index bcf97fa6edd9..3daff54e8113 100644 --- a/udkapi/com/sun/star/beans/XPropertySet.idl +++ b/udkapi/com/sun/star/beans/XPropertySet.idl @@ -16,24 +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_beans_XPropertySet_idl__ -#define __com_sun_star_beans_XPropertySet_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/beans/XPropertySetInfo.idl> - -#include <com/sun/star/beans/UnknownPropertyException.idl> - -#include <com/sun/star/beans/PropertyVetoException.idl> - -#include <com/sun/star/lang/IllegalArgumentException.idl> - -#include <com/sun/star/lang/WrappedTargetException.idl> - -#include <com/sun/star/beans/XPropertyChangeListener.idl> - -#include <com/sun/star/beans/XVetoableChangeListener.idl> @@ -180,6 +162,4 @@ published interface XPropertySet: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XPropertySetInfo.idl b/udkapi/com/sun/star/beans/XPropertySetInfo.idl index fb368b21f940..eb39710cfe06 100644 --- a/udkapi/com/sun/star/beans/XPropertySetInfo.idl +++ b/udkapi/com/sun/star/beans/XPropertySetInfo.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_beans_XPropertySetInfo_idl__ -#define __com_sun_star_beans_XPropertySetInfo_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/beans/Property.idl> - -#include <com/sun/star/beans/UnknownPropertyException.idl> @@ -79,6 +71,4 @@ published interface XPropertySetInfo: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl b/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl index 1d0676332488..26b81dd93639 100644 --- a/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.idl +++ b/udkapi/com/sun/star/beans/XPropertySetInfoChangeListener.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_beans_XPropertySetInfoChangeListener_idl__ -#define __com_sun_star_beans_XPropertySetInfoChangeListener_idl__ - -#include <com/sun/star/lang/XEventListener.idl> - -#include <com/sun/star/beans/PropertySetInfoChangeEvent.idl> module com { module sun { module star { module beans { @@ -44,6 +38,4 @@ published interface XPropertySetInfoChangeListener: com::sun::star::lang::XEvent }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl b/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl index b8302b640743..368ea112382c 100644 --- a/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.idl +++ b/udkapi/com/sun/star/beans/XPropertySetInfoChangeNotifier.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_beans_XPropertySetInfoChangeNotifier_idl__ -#define __com_sun_star_beans_XPropertySetInfoChangeNotifier_idl__ - -#include <com/sun/star/uno/XInterface.idl> -#include <com/sun/star/beans/XPropertySetInfoChangeListener.idl> module com { module sun { module star { module beans { @@ -55,6 +50,4 @@ published interface XPropertySetInfoChangeNotifier: com::sun::star::uno::XInterf }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XPropertySetOption.idl b/udkapi/com/sun/star/beans/XPropertySetOption.idl index a896b5c4097b..d397396c032f 100644 --- a/udkapi/com/sun/star/beans/XPropertySetOption.idl +++ b/udkapi/com/sun/star/beans/XPropertySetOption.idl @@ -7,11 +7,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef __com_sun_star_beans_XPropertySetOption_idl__ -#define __com_sun_star_beans_XPropertySetOption_idl__ - -#include <com/sun/star/uno/XInterface.idl> - module com { module sun { module star { module beans { interface XPropertySetOption: com::sun::star::uno::XInterface @@ -26,6 +21,4 @@ interface XPropertySetOption: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XPropertyState.idl b/udkapi/com/sun/star/beans/XPropertyState.idl index fa809164a0ec..6c86b7a429f7 100644 --- a/udkapi/com/sun/star/beans/XPropertyState.idl +++ b/udkapi/com/sun/star/beans/XPropertyState.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_beans_XPropertyState_idl__ -#define __com_sun_star_beans_XPropertyState_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/beans/PropertyState.idl> - -#include <com/sun/star/beans/UnknownPropertyException.idl> - -#include <com/sun/star/lang/WrappedTargetException.idl> - -#include <com/sun/star/beans/XPropertyStateChangeListener.idl> @@ -123,6 +111,4 @@ published interface XPropertyState: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XPropertyStateChangeListener.idl b/udkapi/com/sun/star/beans/XPropertyStateChangeListener.idl index 2ae37f1fa5f2..ec6f82480852 100644 --- a/udkapi/com/sun/star/beans/XPropertyStateChangeListener.idl +++ b/udkapi/com/sun/star/beans/XPropertyStateChangeListener.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_beans_XPropertyStateChangeListener_idl__ -#define __com_sun_star_beans_XPropertyStateChangeListener_idl__ - -#include <com/sun/star/lang/XEventListener.idl> - -#include <com/sun/star/beans/PropertyStateChangeEvent.idl> @@ -46,6 +40,4 @@ published interface XPropertyStateChangeListener: com::sun::star::lang::XEventLi }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XPropertyWithState.idl b/udkapi/com/sun/star/beans/XPropertyWithState.idl index cde3739023b3..925bed7c9a6a 100644 --- a/udkapi/com/sun/star/beans/XPropertyWithState.idl +++ b/udkapi/com/sun/star/beans/XPropertyWithState.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_beans_XPropertyWithState_idl__ -#define __com_sun_star_beans_XPropertyWithState_idl__ - -#include <com/sun/star/uno/XInterface.idl> - -#include <com/sun/star/beans/PropertyState.idl> - -#include <com/sun/star/lang/WrappedTargetException.idl> module com { module sun { module star { module beans { @@ -94,6 +86,4 @@ published interface XPropertyWithState: com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl b/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl index a003c14b4883..d5b3ecca4214 100644 --- a/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl +++ b/udkapi/com/sun/star/beans/XTolerantMultiPropertySet.idl @@ -16,16 +16,8 @@ * 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_beans_XTolerantMultiPropertySet_idl__ -#define __com_sun_star_beans_XTolerantMultiPropertySet_idl__ -#include <com/sun/star/uno/XInterface.idl> -#include <com/sun/star/beans/GetDirectPropertyTolerantResult.idl> -#include <com/sun/star/beans/GetPropertyTolerantResult.idl> -#include <com/sun/star/beans/SetPropertyTolerantFailed.idl> -#include <com/sun/star/lang/IllegalArgumentException.idl> - module com { module sun { module star { module beans { @@ -132,6 +124,4 @@ published interface XTolerantMultiPropertySet : com::sun::star::uno::XInterface }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/XVetoableChangeListener.idl b/udkapi/com/sun/star/beans/XVetoableChangeListener.idl index 60738a54b421..5391865f6e85 100644 --- a/udkapi/com/sun/star/beans/XVetoableChangeListener.idl +++ b/udkapi/com/sun/star/beans/XVetoableChangeListener.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_beans_XVetoableChangeListener_idl__ -#define __com_sun_star_beans_XVetoableChangeListener_idl__ - -#include <com/sun/star/lang/XEventListener.idl> - -#include <com/sun/star/beans/PropertyChangeEvent.idl> - -#include <com/sun/star/beans/PropertyVetoException.idl> @@ -49,6 +41,4 @@ published interface XVetoableChangeListener: com::sun::star::lang::XEventListene }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ diff --git a/udkapi/com/sun/star/beans/theIntrospection.idl b/udkapi/com/sun/star/beans/theIntrospection.idl index ba100f4b6b7f..477c83dfb30b 100644 --- a/udkapi/com/sun/star/beans/theIntrospection.idl +++ b/udkapi/com/sun/star/beans/theIntrospection.idl @@ -7,9 +7,6 @@ * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ -#ifndef INCLUDED_com_sun_star_beans_theIntrospection_idl -#define INCLUDED_com_sun_star_beans_theIntrospection_idl - module com { module sun { module star { module beans { published interface XIntrospection; @@ -29,6 +26,4 @@ published singleton theIntrospection: XIntrospection; }; }; }; }; -#endif - /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ |