summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/control/RadioButton.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/control/RadioButton.idl')
-rw-r--r--offapi/com/sun/star/form/control/RadioButton.idl3
1 files changed, 0 insertions, 3 deletions
diff --git a/offapi/com/sun/star/form/control/RadioButton.idl b/offapi/com/sun/star/form/control/RadioButton.idl
index c3b6f5961d87..b0af91cd9e97 100644
--- a/offapi/com/sun/star/form/control/RadioButton.idl
+++ b/offapi/com/sun/star/form/control/RadioButton.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/awt/UnoControlRadioButton.idl>
#include <com/sun/star/form/XBoundControl.idl>
-//=============================================================================
module com { module sun { module star { module form { module control {
-//=============================================================================
/** describes a radio button control which can (but not necessarily has to) be bound to a database field.
@@ -44,7 +42,6 @@ published service RadioButton
interface com::sun::star::form::XBoundControl;
};
-//=============================================================================
}; }; }; }; };