summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/table
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/table')
-rw-r--r--offapi/com/sun/star/table/XTableColumns.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/table/XTableColumns.idl b/offapi/com/sun/star/table/XTableColumns.idl
index 41e3ed0f7963..ab7a327f1b1d 100644
--- a/offapi/com/sun/star/table/XTableColumns.idl
+++ b/offapi/com/sun/star/table/XTableColumns.idl
@@ -48,9 +48,6 @@ published interface XTableColumns: com::sun::star::container::XIndexAccess
/** inserts new columns.
- <p>When the index or combination of index and count is out
- of bounds an exception will be thrown.</p>
-
@param nIndex
is the index the first inserted column will have.
@@ -63,9 +60,6 @@ published interface XTableColumns: com::sun::star::container::XIndexAccess
/** deletes columns.
- <p>When the index or combination of index and count is out
- of bounds an exception will be thrown.</p>
-
@param nIndex
is the index of the first column to delete.