summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/control/FormattedField.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/control/FormattedField.idl')
-rw-r--r--offapi/com/sun/star/form/control/FormattedField.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/form/control/FormattedField.idl b/offapi/com/sun/star/form/control/FormattedField.idl
index 121aa6b77d2d..ecc620fbd001 100644
--- a/offapi/com/sun/star/form/control/FormattedField.idl
+++ b/offapi/com/sun/star/form/control/FormattedField.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/awt/UnoControlFormattedField.idl>
#include <com/sun/star/form/XBoundControl.idl>
-//=============================================================================
module com { module sun { module star { module form { module control {
-//=============================================================================
/** describes a control which can be used for inputting values with a arbitrary formatting, and
can (but not necessarily has to) be bound to a database field.
@@ -50,7 +48,6 @@ published service FormattedField
interface com::sun::star::form::XBoundControl;
};
-//=============================================================================
}; }; }; }; };