summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/component/DatabaseFormattedField.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/component/DatabaseFormattedField.idl')
-rw-r--r--offapi/com/sun/star/form/component/DatabaseFormattedField.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/form/component/DatabaseFormattedField.idl b/offapi/com/sun/star/form/component/DatabaseFormattedField.idl
index e79fa553db89..9c891dd5d392 100644
--- a/offapi/com/sun/star/form/component/DatabaseFormattedField.idl
+++ b/offapi/com/sun/star/form/component/DatabaseFormattedField.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 formatted field model which is data-aware, and can be bound to a database field.
*/
@@ -38,7 +36,6 @@ published service DatabaseFormattedField
service com::sun::star::form::DataAwareControlModel;
- //-------------------------------------------------------------------------
/** determines if an empty text should be treated as a <NULL/> value.
@@ -54,7 +51,6 @@ published service DatabaseFormattedField
};
-//=============================================================================
}; }; }; }; };