diff options
author | Lionel Elie Mamane <lionel@mamane.lu> | 2013-04-15 17:52:26 +0200 |
---|---|---|
committer | Lionel Elie Mamane <lionel@mamane.lu> | 2013-04-15 17:53:01 +0200 |
commit | f182521948f0d31b0f6ad7b98eb5fc32562ba3d1 (patch) | |
tree | 447827d8663567372b898624e0211a4884365c88 | |
parent | d9b0b7d4918a32bca2f86468bf10e147211873cd (diff) |
remove duplicate
Change-Id: I0b9122d214dc6d36e9c0a2c090ada213d0bc66d5
-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>. |