From c730a9de1b40d0e731f2ca8621aa7864452a9a7a Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Mon, 2 Apr 2012 21:19:36 +0200 Subject: this methods don't throw, adapt documentation --- offapi/com/sun/star/table/XTableColumns.idl | 6 ------ 1 file changed, 6 deletions(-) (limited to 'offapi/com') 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. -

When the index or combination of index and count is out - of bounds an exception will be thrown.

- @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. -

When the index or combination of index and count is out - of bounds an exception will be thrown.

- @param nIndex is the index of the first column to delete. -- cgit