summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/xforms/XSubmission.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:32:23 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit3122600a5e11309b86e33061defd710cf0872975 (patch)
tree849f913b061611d306194e07c22071219dafd592 /offapi/com/sun/star/xforms/XSubmission.idl
parent*api: convert <member>method</member> to method() (diff)
downloadcore-3122600a5e11309b86e33061defd710cf0872975.tar.gz
core-3122600a5e11309b86e33061defd710cf0872975.zip
*api: convert <member>Foo::bar</member>
Doxygen would probably recognize these without () too but add them for consistency. sed -i "s,<member>\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1(),g" Change-Id: I2615b99265b75633459e35164e54d9da7fe76b85
Diffstat (limited to 'offapi/com/sun/star/xforms/XSubmission.idl')
-rw-r--r--offapi/com/sun/star/xforms/XSubmission.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/xforms/XSubmission.idl b/offapi/com/sun/star/xforms/XSubmission.idl
index 31f007a7aee4..ea070392bec6 100644
--- a/offapi/com/sun/star/xforms/XSubmission.idl
+++ b/offapi/com/sun/star/xforms/XSubmission.idl
@@ -45,7 +45,7 @@ interface XSubmission
/** allows the submission to be associated with certain form controls
<p>Calling the <member scope="com::sun::star::form::submission">XSubmission::submit</member>
- yields exactly the same result as calling <member>XModel::submit</member> of the model which
+ yields exactly the same result as calling XModel::submit() of the model which
the submission belongs to, passing the ID of the submission.</p>
*/
interface com::sun::star::form::submission::XSubmission;