summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form/binding/XListEntrySource.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/binding/XListEntrySource.idl')
-rw-r--r--offapi/com/sun/star/form/binding/XListEntrySource.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/form/binding/XListEntrySource.idl b/offapi/com/sun/star/form/binding/XListEntrySource.idl
index 166d48ae4e87..3d347dfefd65 100644
--- a/offapi/com/sun/star/form/binding/XListEntrySource.idl
+++ b/offapi/com/sun/star/form/binding/XListEntrySource.idl
@@ -33,13 +33,11 @@
#include <com/sun/star/lang/NullPointerException.idl>
#include <com/sun/star/lang/IndexOutOfBoundsException.idl>
-//=============================================================================
module com { module sun { module star { module form { module binding {
interface XListEntryListener;
-//=============================================================================
/** specifies a source of string list entries
@@ -88,7 +86,6 @@ interface XListEntrySource : com::sun::star::uno::XInterface
raises( com::sun::star::lang::NullPointerException );
};
-//=============================================================================
}; }; }; }; };