summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/table/XTableRows.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table/XTableRows.idl')
-rw-r--r--offapi/com/sun/star/table/XTableRows.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/table/XTableRows.idl b/offapi/com/sun/star/table/XTableRows.idl
index 3b532c810a68..c6886c1e0491 100644
--- a/offapi/com/sun/star/table/XTableRows.idl
+++ b/offapi/com/sun/star/table/XTableRows.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/container/XIndexAccess.idl>
-//=============================================================================
module com { module sun { module star { module table {
-//=============================================================================
/** provides methods to access rows via index and to insert and remove rows.
@@ -34,7 +32,6 @@ module com { module sun { module star { module table {
*/
published interface XTableRows: com::sun::star::container::XIndexAccess
{
- //-------------------------------------------------------------------------
/** inserts new rows.
@@ -49,7 +46,6 @@ published interface XTableRows: com::sun::star::container::XIndexAccess
*/
void insertByIndex( [in] long nIndex, [in] long nCount );
- //-------------------------------------------------------------------------
/** deletes rows.
@@ -66,7 +62,6 @@ published interface XTableRows: com::sun::star::container::XIndexAccess
};
-//=============================================================================
}; }; }; };