summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/component/CommandButton.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/component/CommandButton.idl')
-rw-r--r--offapi/com/sun/star/form/component/CommandButton.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/form/component/CommandButton.idl b/offapi/com/sun/star/form/component/CommandButton.idl
index 14655c691db0..0913803cb2dc 100644
--- a/offapi/com/sun/star/form/component/CommandButton.idl
+++ b/offapi/com/sun/star/form/component/CommandButton.idl
@@ -27,11 +27,9 @@
#include <com/sun/star/form/XReset.idl>
-//=============================================================================
module com { module sun { module star { module form { module component {
-//=============================================================================
/** specifies the control model for a clickable button which is part of a form
component hierarchy.
@@ -55,7 +53,6 @@ published service CommandButton
*/
interface com::sun::star::form::XImageProducerSupplier;
- //-------------------------------------------------------------------------
/** describes the action to be executed by the button when pressed.
*/
@@ -101,7 +98,6 @@ published service CommandButton
[optional] interface ::com::sun::star::form::XReset;
};
-//=============================================================================
}; }; }; }; };