summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/container/XIndexReplace.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/container/XIndexReplace.idl')
-rw-r--r--udkapi/com/sun/star/container/XIndexReplace.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/udkapi/com/sun/star/container/XIndexReplace.idl b/udkapi/com/sun/star/container/XIndexReplace.idl
index 9718c266c067..97ab08023f50 100644
--- a/udkapi/com/sun/star/container/XIndexReplace.idl
+++ b/udkapi/com/sun/star/container/XIndexReplace.idl
@@ -27,11 +27,9 @@
#include <com/sun/star/lang/WrappedTargetException.idl>
-//=============================================================================
module com { module sun { module star { module container {
-//=============================================================================
/** This is the generic interface for supporting the replacement of indexed
elements.
@@ -39,7 +37,6 @@ module com { module sun { module star { module container {
*/
published interface XIndexReplace: com::sun::star::container::XIndexAccess
{
- //-------------------------------------------------------------------------
/** replaces the element at the specified index with the given element.
*/
@@ -51,7 +48,6 @@ published interface XIndexReplace: com::sun::star::container::XIndexAccess
};
-//=============================================================================
}; }; }; };