[Libreoffice-commits] .: offapi/com
Markus Mohrhard
mmohrhard at kemper.freedesktop.org
Mon Apr 2 12:21:10 PDT 2012
offapi/com/sun/star/table/XTableColumns.idl | 6 ------
1 file changed, 6 deletions(-)
New commits:
commit c730a9de1b40d0e731f2ca8621aa7864452a9a7a
Author: Markus Mohrhard <markus.mohrhard at googlemail.com>
Date: Mon Apr 2 21:19:36 2012 +0200
this methods don't throw, adapt documentation
diff --git a/offapi/com/sun/star/table/XTableColumns.idl b/offapi/com/sun/star/table/XTableColumns.idl
index 41e3ed0..ab7a327 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.
More information about the Libreoffice-commits
mailing list