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