summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl')
-rw-r--r--udkapi/com/sun/star/reflection/XIndirectTypeDescription.idl3
1 files changed, 0 insertions, 3 deletions
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();
};
-//=============================================================================
}; }; }; };