summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/control/CommandButton.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/control/CommandButton.idl')
-rw-r--r--offapi/com/sun/star/form/control/CommandButton.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/form/control/CommandButton.idl b/offapi/com/sun/star/form/control/CommandButton.idl
index d826536e903c..84c646b1f6cb 100644
--- a/offapi/com/sun/star/form/control/CommandButton.idl
+++ b/offapi/com/sun/star/form/control/CommandButton.idl
@@ -29,7 +29,7 @@
/** describes a button control.
- <p>The model of the control has to support the <type scope="com::sun::star::form::component">CommandButton</type>
+ <p>The model of the control has to support the com::sun::star::form::component::CommandButton
service.</p>
<p>The control is clickable, the action taken upon clicking depends on the settings
@@ -45,10 +45,10 @@ published service CommandButton
/** allows external instances to register as veto listener for the button's actions.
- <p>An <type scope="com::sun::star::form">XApproveActionListener</type> returning false on
+ <p>An com::sun::star::form::XApproveActionListener returning false on
it's approve-method will prevent any action which would usually be triggered - this includes
not only submitting or resetting forms, but also calling the
- <type scope="com::sun::star::awt">XActionListener</type>s of the super service<br/>
+ com::sun::star::awt::XActionListeners of the super service<br/>
This may be interesting for e.g. forms which want to provide input validation before submitting
data.<br/>