summaryrefslogtreecommitdiff
path: root/offapi
diff options
context:
space:
mode:
authorMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-02 21:19:36 +0200
committerMarkus Mohrhard <markus.mohrhard@googlemail.com>2012-04-02 21:21:14 +0200
commitc730a9de1b40d0e731f2ca8621aa7864452a9a7a (patch)
treecd8f8f804c36c9131e7d829bc0ee5035ce793287 /offapi
parent8c2f73a67bd1801357202fb4a7b6a921373cd271 (diff)
this methods don't throw, adapt documentation
Diffstat (limited to 'offapi')
-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.