diff options
-rw-r--r-- | offapi/com/sun/star/awt/XItemList.idl | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/XItemList.idl b/offapi/com/sun/star/awt/XItemList.idl index 95bfd2118b90..7ca1ee4bb445 100644 --- a/offapi/com/sun/star/awt/XItemList.idl +++ b/offapi/com/sun/star/awt/XItemList.idl @@ -238,8 +238,6 @@ interface XItemList raises ( ::com::sun::star::lang::IndexOutOfBoundsException ); /** retrieves the implementation dependent value associated with the given list item. - @see setItemData - @param Position the position of the item whose data value should be retrieved. Must be greater or equal to 0, and lesser than <member>ItemCount</member>. |