summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form/component/DatabaseListBox.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/component/DatabaseListBox.idl')
-rw-r--r--offapi/com/sun/star/form/component/DatabaseListBox.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/form/component/DatabaseListBox.idl b/offapi/com/sun/star/form/component/DatabaseListBox.idl
index f00cff2c0f4f..b8dcd67bc6ee 100644
--- a/offapi/com/sun/star/form/component/DatabaseListBox.idl
+++ b/offapi/com/sun/star/form/component/DatabaseListBox.idl
@@ -35,11 +35,9 @@
#include <com/sun/star/form/ListSourceType.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies a data-aware list box control model.
@@ -72,7 +70,6 @@ published service DatabaseListBox
service com::sun::star::form::DataAwareControlModel;
- //-------------------------------------------------------------------------
/** specifies which column of the list result set should be used for data exchange.
@@ -104,7 +101,6 @@ published service DatabaseListBox
*/
[property] short BoundColumn;
- //-------------------------------------------------------------------------
/** describes the kind of list source used.
@@ -147,7 +143,6 @@ published service DatabaseListBox
};
-//=============================================================================
}; }; }; }; };