summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/component/ComboBox.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/component/ComboBox.idl')
-rw-r--r--offapi/com/sun/star/form/component/ComboBox.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/form/component/ComboBox.idl b/offapi/com/sun/star/form/component/ComboBox.idl
index e355e9be37bd..1a7f03b4f213 100644
--- a/offapi/com/sun/star/form/component/ComboBox.idl
+++ b/offapi/com/sun/star/form/component/ComboBox.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 or selection
of text from a list of text values.
@@ -57,7 +55,6 @@ published service ComboBox
[property] string DefaultText;
};
-//=============================================================================
}; }; }; }; };