summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XItemList.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XItemList.idl')
-rw-r--r--offapi/com/sun/star/awt/XItemList.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/awt/XItemList.idl b/offapi/com/sun/star/awt/XItemList.idl
index 1fb09f3b1ec0..3e0473681061 100644
--- a/offapi/com/sun/star/awt/XItemList.idl
+++ b/offapi/com/sun/star/awt/XItemList.idl
@@ -31,13 +31,11 @@
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
#include <com/sun/star/beans/Pair.idl>
-//==================================================================================================================
module com { module sun { module star { module awt {
interface XItemListListener;
-//==================================================================================================================
/** provides convenient access to the list of items in a list box
*/
@@ -278,11 +276,9 @@ interface XItemList
void removeItemListListener( [in] XItemListListener Listener );
};
-//==================================================================================================================
}; }; }; };
-//==================================================================================================================
#endif