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