summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/form/component/TextField.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/component/TextField.idl')
-rw-r--r--offapi/com/sun/star/form/component/TextField.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/form/component/TextField.idl b/offapi/com/sun/star/form/component/TextField.idl
index 1a4c359e512c..1f8fce2e0fb2 100644
--- a/offapi/com/sun/star/form/component/TextField.idl
+++ b/offapi/com/sun/star/form/component/TextField.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 text, either single- or multi-line.
*/
@@ -64,7 +62,6 @@ published service TextField
[property] string DefaultText;
};
-//=============================================================================
}; }; }; }; };