summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/control/SubmitButton.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/control/SubmitButton.idl')
-rw-r--r--offapi/com/sun/star/form/control/SubmitButton.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/form/control/SubmitButton.idl b/offapi/com/sun/star/form/control/SubmitButton.idl
index d9157b4a490f..7f3c9a1f6bcf 100644
--- a/offapi/com/sun/star/form/control/SubmitButton.idl
+++ b/offapi/com/sun/star/form/control/SubmitButton.idl
@@ -29,12 +29,12 @@ module com { module sun { module star { module form { module control {
/** specifies a button control which can execute external submissions
- <p>The model of the control has to support the <type scope="com::sun::star::form::component">SubmitButton</type>
+ <p>The model of the control has to support the com::sun::star::form::component::SubmitButton
service.</p>
<p>The control is clickable. When clicked (by mouse or keyboard, or programmatically),
the following happens:
- <ol><li>Any <type scope="com::sun::star::form::submission">XSubmissionVetoListener</type>s registered
+ <ol><li>Any com::sun::star::form::submission::XSubmissionVetoListeners registered
at the component are given the chance to veto the submission.
</li>
<li>The model of the control is examined for an external submission object. That is,
@@ -44,11 +44,11 @@ module com { module sun { module star { module form { module control {
<member scope="com::sun::star::form::submission">XSubmission::submit</member> method is invoked.
</li>
<li>If there is no external submission, the parent object of the model is examined
- for the presence of the <type scope="com::sun::star::form">XSubmit</type> interface. If it
+ for the presence of the com::sun::star::form::XSubmit interface. If it
is present, it's <member scope="com::sun::star::form">XSubmit::submit</member> method is
invoked.<br/>
- Since the parent object of a submit button can only be a <type scope="com::sun::star::form::component">Form</type>,
- this means that SubmitButtons are also able to submit <type scope="com::sun::star::form::component">HTMLForm</type>s.
+ Since the parent object of a submit button can only be a com::sun::star::form::component::Form,
+ this means that SubmitButtons are also able to submit com::sun::star::form::component::HTMLForms.
</li>
</ol>
</p>