Kaydet (Commit) c730a9de authored tarafından Markus Mohrhard's avatar Markus Mohrhard

this methods don't throw, adapt documentation

üst 8c2f73a6
...@@ -48,9 +48,6 @@ published interface XTableColumns: com::sun::star::container::XIndexAccess ...@@ -48,9 +48,6 @@ published interface XTableColumns: com::sun::star::container::XIndexAccess
/** inserts new columns. /** 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 @param nIndex
is the index the first inserted column will have. is the index the first inserted column will have.
...@@ -63,9 +60,6 @@ published interface XTableColumns: com::sun::star::container::XIndexAccess ...@@ -63,9 +60,6 @@ published interface XTableColumns: com::sun::star::container::XIndexAccess
/** deletes columns. /** deletes columns.
<p>When the index or combination of index and count is out
of bounds an exception will be thrown.</p>
@param nIndex @param nIndex
is the index of the first column to delete. is the index of the first column to delete.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment