summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/component/NumericField.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/component/NumericField.idl')
-rw-r--r--offapi/com/sun/star/form/component/NumericField.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/form/component/NumericField.idl b/offapi/com/sun/star/form/component/NumericField.idl
index 521653da5cf1..a9d442547125 100644
--- a/offapi/com/sun/star/form/component/NumericField.idl
+++ b/offapi/com/sun/star/form/component/NumericField.idl
@@ -26,11 +26,9 @@
#include <com/sun/star/form/XReset.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** specifies a component which allows the input of a numeric value.
*/
@@ -46,7 +44,6 @@ published service NumericField
*/
interface com::sun::star::form::XReset;
- //-------------------------------------------------------------------------
/** contains a default value for the control.
@@ -59,7 +56,6 @@ published service NumericField
};
-//=============================================================================
}; }; }; }; };