summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/component/DatabaseTextField.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/component/DatabaseTextField.idl')
-rw-r--r--offapi/com/sun/star/form/component/DatabaseTextField.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/form/component/DatabaseTextField.idl b/offapi/com/sun/star/form/component/DatabaseTextField.idl
index 716df734f73c..8535ba447ccb 100644
--- a/offapi/com/sun/star/form/component/DatabaseTextField.idl
+++ b/offapi/com/sun/star/form/component/DatabaseTextField.idl
@@ -24,11 +24,9 @@
#include <com/sun/star/form/DataAwareControlModel.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** This service specifies a text field which is data-aware, and can be bound to a database field.
*/
@@ -38,7 +36,6 @@ published service DatabaseTextField
service com::sun::star::form::DataAwareControlModel;
- //-------------------------------------------------------------------------
/** determines if an empty text should be treated as a <NULL/> value.
@@ -54,7 +51,6 @@ published service DatabaseTextField
};
-//=============================================================================
}; }; }; }; };