summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/reflection
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/reflection')
-rw-r--r--udkapi/com/sun/star/reflection/CoreReflection.idl3
-rw-r--r--udkapi/com/sun/star/reflection/FieldAccessMode.idl3
-rw-r--r--udkapi/com/sun/star/reflection/InvalidTypeNameException.idl3
-rw-r--r--udkapi/com/sun/star/reflection/InvocationTargetException.idl3
-rw-r--r--udkapi/com/sun/star/reflection/MethodMode.idl3
-rw-r--r--udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl3
-rw-r--r--udkapi/com/sun/star/reflection/ParamInfo.idl3
-rw-r--r--udkapi/com/sun/star/reflection/ParamMode.idl3
-rw-r--r--udkapi/com/sun/star/reflection/ProxyFactory.idl3
-rw-r--r--udkapi/com/sun/star/reflection/TypeDescriptionManager.idl3
-rw-r--r--udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl3
-rw-r--r--udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XArrayTypeDescription.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XConstantTypeDescription.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XEnumTypeDescription.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XIdlArray.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XIdlClass.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XIdlClassProvider.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XIdlField.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XIdlField2.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XIdlMember.idl2
-rw-r--r--udkapi/com/sun/star/reflection/XIdlMethod.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XIdlReflection.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XInterfaceMemberTypeDescription.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XInterfaceMethodTypeDescription.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XInterfaceTypeDescription.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XMethodParameter.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XModuleTypeDescription.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XProxyFactory.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XServiceTypeDescription.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XTypeDescription.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XTypeDescriptionEnumeration.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl3
-rw-r--r--udkapi/com/sun/star/reflection/XUnionTypeDescription.idl3
40 files changed, 0 insertions, 119 deletions
diff --git a/udkapi/com/sun/star/reflection/CoreReflection.idl b/udkapi/com/sun/star/reflection/CoreReflection.idl
index ca55238ce79d..8dc78a331aac 100644
--- a/udkapi/com/sun/star/reflection/CoreReflection.idl
+++ b/udkapi/com/sun/star/reflection/CoreReflection.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/lang/XComponent.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** This service is the implementation of the reflection API.
You can obtain information about types, modify values of reflected types
@@ -51,7 +49,6 @@ singleton theCoreReflection
};
*/
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/FieldAccessMode.idl b/udkapi/com/sun/star/reflection/FieldAccessMode.idl
index bbc51e99ade5..6fc00831bf52 100644
--- a/udkapi/com/sun/star/reflection/FieldAccessMode.idl
+++ b/udkapi/com/sun/star/reflection/FieldAccessMode.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_reflection_FieldAccessMode_idl__
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Denotes the access possibilities via <type>XIdlField2</type> to an
interface attribute, enum or compound type (struct/exception).
@@ -46,7 +44,6 @@ published enum FieldAccessMode
CONST
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/InvalidTypeNameException.idl b/udkapi/com/sun/star/reflection/InvalidTypeNameException.idl
index 1ad8e9809e38..c74f28e8c074 100644
--- a/udkapi/com/sun/star/reflection/InvalidTypeNameException.idl
+++ b/udkapi/com/sun/star/reflection/InvalidTypeNameException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** thrown in case that a certain type name does exist, but does not meet
some other criteria.
@@ -38,7 +36,6 @@ published exception InvalidTypeNameException : com::sun::star::uno::Exception
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/InvocationTargetException.idl b/udkapi/com/sun/star/reflection/InvocationTargetException.idl
index f1c6424f96df..ce300f103912 100644
--- a/udkapi/com/sun/star/reflection/InvocationTargetException.idl
+++ b/udkapi/com/sun/star/reflection/InvocationTargetException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/lang/WrappedTargetException.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** This exception denotes a checked exception (wrapping an originating exception)
and may be thrown upon using invocation API.
@@ -37,7 +35,6 @@ published exception InvocationTargetException: com::sun::star::lang::WrappedTarg
{
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/MethodMode.idl b/udkapi/com/sun/star/reflection/MethodMode.idl
index 10eb9016810b..f0368c145907 100644
--- a/udkapi/com/sun/star/reflection/MethodMode.idl
+++ b/udkapi/com/sun/star/reflection/MethodMode.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_reflection_MethodMode_idl__
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** MethodMode denotes the mode in which method calls are run, i.e. either oneway or
twoway. Mode oneway denotes that a call may be run asynchronously
@@ -41,7 +39,6 @@ published enum MethodMode
TWOWAY
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl b/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl
index e3859693a17d..980487d4ff2f 100644
--- a/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl
+++ b/udkapi/com/sun/star/reflection/NoSuchTypeNameException.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/Exception.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** thrown in case that a certain type name does not exist.
@@ -37,7 +35,6 @@ published exception NoSuchTypeNameException : com::sun::star::uno::Exception
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/ParamInfo.idl b/udkapi/com/sun/star/reflection/ParamInfo.idl
index f4f98ac160b7..73167f0749b8 100644
--- a/udkapi/com/sun/star/reflection/ParamInfo.idl
+++ b/udkapi/com/sun/star/reflection/ParamInfo.idl
@@ -21,13 +21,11 @@
#include <com/sun/star/reflection/ParamMode.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
published interface XIdlClass;
-//=============================================================================
/** Provides information about a formal parameter of a method.
*/
@@ -46,7 +44,6 @@ published struct ParamInfo
XIdlClass aType;
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/ParamMode.idl b/udkapi/com/sun/star/reflection/ParamMode.idl
index efe690af30cf..71924bb16406 100644
--- a/udkapi/com/sun/star/reflection/ParamMode.idl
+++ b/udkapi/com/sun/star/reflection/ParamMode.idl
@@ -20,11 +20,9 @@
#define __com_sun_star_reflection_ParamMode_idl__
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** The parameter mode denotes the transfer between caller and callee
of a method.
@@ -45,7 +43,6 @@ published enum ParamMode
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/ProxyFactory.idl b/udkapi/com/sun/star/reflection/ProxyFactory.idl
index ce636aed5392..bf19be86bcc0 100644
--- a/udkapi/com/sun/star/reflection/ProxyFactory.idl
+++ b/udkapi/com/sun/star/reflection/ProxyFactory.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/reflection/XProxyFactory.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Service to create proxy objects acting on behalf of a given
target object.<br>
@@ -53,7 +51,6 @@ published service ProxyFactory
interface com::sun::star::reflection::XProxyFactory;
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
index 3633637ac898..597dda266ceb 100644
--- a/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
+++ b/udkapi/com/sun/star/reflection/TypeDescriptionManager.idl
@@ -25,11 +25,9 @@
#include <com/sun/star/lang/XComponent.idl>
#include <com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** This service manages type descriptions and acts as a central access point
to every type description. It delegates calls for demanded types to
@@ -93,7 +91,6 @@ published service TypeDescriptionManager
[optional] interface XTypeDescriptionEnumerationAccess;
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl b/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl
index 2d2d3aa83acb..672274b8d163 100644
--- a/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl
+++ b/udkapi/com/sun/star/reflection/TypeDescriptionProvider.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/lang/XComponent.idl>
#include <com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** This service provides type descriptions, i.e. concrete
service implementations read from source like the persistent registry
@@ -64,7 +62,6 @@ published service TypeDescriptionProvider
[optional] interface XTypeDescriptionEnumerationAccess;
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl b/udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl
index 9b1fee6600df..080c23c12ff4 100644
--- a/udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl
+++ b/udkapi/com/sun/star/reflection/TypeDescriptionSearchDepth.idl
@@ -21,11 +21,9 @@
#define __com_sun_star_reflection_TypeDescriptionSearchDepth_idl__
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Defines depths for searching through type description collections.
@@ -44,7 +42,6 @@ published enum TypeDescriptionSearchDepth
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XArrayTypeDescription.idl b/udkapi/com/sun/star/reflection/XArrayTypeDescription.idl
index 2675c59cfb86..bd9f2efa7bac 100644
--- a/udkapi/com/sun/star/reflection/XArrayTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XArrayTypeDescription.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/reflection/XTypeDescription.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Deprecated. Arrays are not supported.
Reflects a fixed-size array type.
@@ -58,7 +56,6 @@ published interface XArrayTypeDescription: com::sun::star::reflection::XTypeDesc
sequence< long > getDimensions();
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl b/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl
index 8e8f123d4d84..2c931ac4dab2 100644
--- a/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XCompoundTypeDescription.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/reflection/XTypeDescription.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Reflects a compound type, i.e. a struct or exception.
@@ -65,7 +63,6 @@ published interface XCompoundTypeDescription: com::sun::star::reflection::XTypeD
sequence<string> getMemberNames();
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl b/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl
index 044ee4ccc551..6df7463dd75a 100644
--- a/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XConstantTypeDescription.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/reflection/XTypeDescription.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Reflects a constant.
@@ -63,7 +61,6 @@ published interface XConstantTypeDescription : com::sun::star::reflection::XType
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl b/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl
index 2c2dcb9801f2..af6d92eef3c4 100644
--- a/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XConstantsTypeDescription.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/reflection/XConstantTypeDescription.idl>
#include <com/sun/star/reflection/XTypeDescription.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Reflects a constants group.
@@ -45,7 +43,6 @@ published interface XConstantsTypeDescription : com::sun::star::reflection::XTyp
sequence< XConstantTypeDescription > getConstants();
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XEnumTypeDescription.idl b/udkapi/com/sun/star/reflection/XEnumTypeDescription.idl
index a6fd3f846d10..d015743420ba 100644
--- a/udkapi/com/sun/star/reflection/XEnumTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XEnumTypeDescription.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/reflection/XTypeDescription.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Reflects an enum type.
*/
@@ -54,7 +52,6 @@ published interface XEnumTypeDescription: com::sun::star::reflection::XTypeDescr
sequence<long> getEnumValues();
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XIdlArray.idl b/udkapi/com/sun/star/reflection/XIdlArray.idl
index 17f327e98f6b..8dc3c9f5aec0 100644
--- a/udkapi/com/sun/star/reflection/XIdlArray.idl
+++ b/udkapi/com/sun/star/reflection/XIdlArray.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/lang/ArrayIndexOutOfBoundsException.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Reflects an IDL sequence and provides dynamic access to instances of
that sequence.
@@ -110,7 +108,6 @@ published interface XIdlArray: com::sun::star::uno::XInterface
com::sun::star::lang::ArrayIndexOutOfBoundsException );
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XIdlClass.idl b/udkapi/com/sun/star/reflection/XIdlClass.idl
index 784736ec0913..e17c4b3f41e5 100644
--- a/udkapi/com/sun/star/reflection/XIdlClass.idl
+++ b/udkapi/com/sun/star/reflection/XIdlClass.idl
@@ -25,7 +25,6 @@
#include <com/sun/star/uno/Uik.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
@@ -33,7 +32,6 @@ module com { module sun { module star { module reflection {
published interface XIdlMethod;
published interface XIdlArray;
-//=============================================================================
/** Provides information reflecting an UNO type.
*/
@@ -191,7 +189,6 @@ published interface XIdlClass: com::sun::star::uno::XInterface
void createObject( [out] any obj );
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XIdlClassProvider.idl b/udkapi/com/sun/star/reflection/XIdlClassProvider.idl
index e4ee31db349e..97ee21dc4168 100644
--- a/udkapi/com/sun/star/reflection/XIdlClassProvider.idl
+++ b/udkapi/com/sun/star/reflection/XIdlClassProvider.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/reflection/XIdlClass.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Deprecated interface. Do not use anymore.
@@ -39,7 +37,6 @@ published interface XIdlClassProvider: com::sun::star::uno::XInterface
sequence<com::sun::star::reflection::XIdlClass> getIdlClasses();
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XIdlField.idl b/udkapi/com/sun/star/reflection/XIdlField.idl
index 959be4f0a4a5..3a984926f327 100644
--- a/udkapi/com/sun/star/reflection/XIdlField.idl
+++ b/udkapi/com/sun/star/reflection/XIdlField.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/lang/IllegalAccessException.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Deprecated. Use <type scope="com::sun::star::reflection">XIdlField2</type>
instead.
@@ -55,7 +53,6 @@ published interface XIdlField: com::sun::star::reflection::XIdlMember
com::sun::star::lang::IllegalAccessException );
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XIdlField2.idl b/udkapi/com/sun/star/reflection/XIdlField2.idl
index 1583c9d8b289..32851a70af56 100644
--- a/udkapi/com/sun/star/reflection/XIdlField2.idl
+++ b/udkapi/com/sun/star/reflection/XIdlField2.idl
@@ -30,11 +30,9 @@
#include <com/sun/star/lang/IllegalAccessException.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Reflects an IDL interface attribute, enum or compound type
(i.e. struct/exception) member.
@@ -105,7 +103,6 @@ published interface XIdlField2: com::sun::star::reflection::XIdlMember
com::sun::star::lang::IllegalAccessException );
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XIdlMember.idl b/udkapi/com/sun/star/reflection/XIdlMember.idl
index 6b9af4755ea7..4da5b9bdc4eb 100644
--- a/udkapi/com/sun/star/reflection/XIdlMember.idl
+++ b/udkapi/com/sun/star/reflection/XIdlMember.idl
@@ -22,7 +22,6 @@
#include <com/sun/star/uno/XInterface.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
@@ -47,7 +46,6 @@ published interface XIdlMember: com::sun::star::uno::XInterface
string getName();
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XIdlMethod.idl b/udkapi/com/sun/star/reflection/XIdlMethod.idl
index 42f06c8f22b1..b28e148f1b9a 100644
--- a/udkapi/com/sun/star/reflection/XIdlMethod.idl
+++ b/udkapi/com/sun/star/reflection/XIdlMethod.idl
@@ -30,13 +30,11 @@
#include <com/sun/star/reflection/InvocationTargetException.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
published interface XIdlClass;
-//=============================================================================
/** Reflects an IDL interface method.
*/
@@ -113,7 +111,6 @@ published interface XIdlMethod: com::sun::star::reflection::XIdlMember
com::sun::star::reflection::InvocationTargetException );
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XIdlReflection.idl b/udkapi/com/sun/star/reflection/XIdlReflection.idl
index ba73251ada96..bbded9766406 100644
--- a/udkapi/com/sun/star/reflection/XIdlReflection.idl
+++ b/udkapi/com/sun/star/reflection/XIdlReflection.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/reflection/XIdlClass.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Interface to reflect types.
@@ -61,7 +59,6 @@ published interface XIdlReflection: com::sun::star::uno::XInterface
com::sun::star::reflection::XIdlClass getType( [in] any aObj );
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl b/udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl
index 766079aa1437..6bf55401c9da 100644
--- a/udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/reflection/XTypeDescription.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Reflects a typedef or sequence type.
The type class of this description is TypeClass_TYPEDEF or
@@ -43,7 +41,6 @@ published interface XIndirectTypeDescription: com::sun::star::reflection::XTypeD
com::sun::star::reflection::XTypeDescription getReferencedType();
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription.idl b/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription.idl
index bde8819cfd40..aee3a1bd8662 100644
--- a/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XInterfaceAttributeTypeDescription.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/reflection/XTypeDescription.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Reflects an interface attribute type.
@@ -55,7 +53,6 @@ published interface XInterfaceAttributeTypeDescription: com::sun::star::reflecti
com::sun::star::reflection::XTypeDescription getType();
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XInterfaceMemberTypeDescription.idl b/udkapi/com/sun/star/reflection/XInterfaceMemberTypeDescription.idl
index cc7725f37d24..c18d420ab172 100644
--- a/udkapi/com/sun/star/reflection/XInterfaceMemberTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XInterfaceMemberTypeDescription.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/reflection/XTypeDescription.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Base interface for reflected interface members.
@@ -51,7 +49,6 @@ published interface XInterfaceMemberTypeDescription: com::sun::star::reflection:
long getPosition();
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XInterfaceMethodTypeDescription.idl b/udkapi/com/sun/star/reflection/XInterfaceMethodTypeDescription.idl
index b0fcaf3aba03..bde37f6221e4 100644
--- a/udkapi/com/sun/star/reflection/XInterfaceMethodTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XInterfaceMethodTypeDescription.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/reflection/XMethodParameter.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Reflects an interface method type.
The type class of this type is TypeClass_INTERFACE_METHOD.
@@ -66,7 +64,6 @@ published interface XInterfaceMethodTypeDescription: com::sun::star::reflection:
sequence<com::sun::star::reflection::XTypeDescription> getExceptions();
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XInterfaceTypeDescription.idl b/udkapi/com/sun/star/reflection/XInterfaceTypeDescription.idl
index b7b930eaa322..a4c6caf7d0bf 100644
--- a/udkapi/com/sun/star/reflection/XInterfaceTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XInterfaceTypeDescription.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/reflection/XInterfaceMemberTypeDescription.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Reflects an interface type.
@@ -72,7 +70,6 @@ published interface XInterfaceTypeDescription: com::sun::star::reflection::XType
sequence<com::sun::star::reflection::XInterfaceMemberTypeDescription> getMembers();
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XMethodParameter.idl b/udkapi/com/sun/star/reflection/XMethodParameter.idl
index 1baa69827ce5..ee09096ce1ab 100644
--- a/udkapi/com/sun/star/reflection/XMethodParameter.idl
+++ b/udkapi/com/sun/star/reflection/XMethodParameter.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/reflection/XTypeDescription.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Reflects a method parameter.
@@ -76,7 +74,6 @@ published interface XMethodParameter: com::sun::star::uno::XInterface
long getPosition();
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XModuleTypeDescription.idl b/udkapi/com/sun/star/reflection/XModuleTypeDescription.idl
index fb2aecaefa63..a836499eaa18 100644
--- a/udkapi/com/sun/star/reflection/XModuleTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XModuleTypeDescription.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/reflection/XTypeDescription.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Reflects a module.
@@ -44,7 +42,6 @@ published interface XModuleTypeDescription : com::sun::star::reflection::XTypeDe
sequence< XTypeDescription > getMembers();
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl b/udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl
index ee53abbda589..b994d92b5679 100644
--- a/udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XPropertyTypeDescription.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/reflection/XTypeDescription.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Reflects a property.
@@ -50,7 +48,6 @@ published interface XPropertyTypeDescription : com::sun::star::reflection::XType
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XProxyFactory.idl b/udkapi/com/sun/star/reflection/XProxyFactory.idl
index e9f6bb201ce2..0f9d95d0122e 100644
--- a/udkapi/com/sun/star/reflection/XProxyFactory.idl
+++ b/udkapi/com/sun/star/reflection/XProxyFactory.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/uno/XInterface.idl>
#include <com/sun/star/uno/XAggregation.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Factory interface to produce proxy objects.
@@ -59,7 +57,6 @@ published interface XProxyFactory: com::sun::star::uno::XInterface
[in] com::sun::star::uno::XInterface xTarget );
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XServiceTypeDescription.idl b/udkapi/com/sun/star/reflection/XServiceTypeDescription.idl
index 61cba87afc8a..96b2cee5365b 100644
--- a/udkapi/com/sun/star/reflection/XServiceTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XServiceTypeDescription.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/reflection/XInterfaceTypeDescription.idl>
#include <com/sun/star/reflection/XPropertyTypeDescription.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Reflects a service.
@@ -88,7 +86,6 @@ published interface XServiceTypeDescription : com::sun::star::reflection::XTypeD
sequence< XPropertyTypeDescription > getProperties();
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl b/udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl
index 4d9efc7a60ff..3e16107113e5 100644
--- a/udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XSingletonTypeDescription.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/reflection/XTypeDescription.idl>
#include <com/sun/star/reflection/XServiceTypeDescription.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Reflects a singleton.
@@ -52,7 +50,6 @@ published interface XSingletonTypeDescription : com::sun::star::reflection::XTyp
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XTypeDescription.idl b/udkapi/com/sun/star/reflection/XTypeDescription.idl
index 633259f4924e..ae2d0c666c71 100644
--- a/udkapi/com/sun/star/reflection/XTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XTypeDescription.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/uno/TypeClass.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Reflects a UNOIDL entity.
@@ -63,7 +61,6 @@ published interface XTypeDescription : com::sun::star::uno::XInterface
string getName();
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumeration.idl b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumeration.idl
index c48e6c4b2d63..855998194267 100644
--- a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumeration.idl
+++ b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumeration.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/container/XEnumeration.idl>
#include <com/sun/star/container/NoSuchElementException.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Defines an enumeration for type descriptions.
@@ -48,7 +46,6 @@ published interface XTypeDescriptionEnumeration : com::sun::star::container::XEn
raises( com::sun::star::container::NoSuchElementException );
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl
index ebe1699310ae..73eaa9ebd2a9 100644
--- a/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl
+++ b/udkapi/com/sun/star/reflection/XTypeDescriptionEnumerationAccess.idl
@@ -27,11 +27,9 @@
#include <com/sun/star/reflection/NoSuchTypeNameException.idl>
#include <com/sun/star/reflection/InvalidTypeNameException.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Defines an interface for creating enumerations for type descriptions.
@@ -160,7 +158,6 @@ published interface XTypeDescriptionEnumerationAccess : com::sun::star::uno::XIn
raises( NoSuchTypeNameException, InvalidTypeNameException );
};
-//=============================================================================
}; }; }; };
diff --git a/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl b/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl
index df240d779604..179dfe13b033 100644
--- a/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl
+++ b/udkapi/com/sun/star/reflection/XUnionTypeDescription.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/reflection/XTypeDescription.idl>
-//=============================================================================
module com { module sun { module star { module reflection {
-//=============================================================================
/** Deprecated. Unions are not supported.
Reflects a union type.
@@ -80,7 +78,6 @@ published interface XUnionTypeDescription: com::sun::star::reflection::XTypeDesc
sequence< string > getMemberNames();
};
-//=============================================================================
}; }; }; };