summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xforms/XSubmission.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:45:02 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:01 +0200
commitea71a05840f53158f669182c6e93de9f8348bbe5 (patch)
tree4b2ee9dbaf603e319f995cbf4ee6223a82ad8e71 /offapi/com/sun/star/xforms/XSubmission.idl
parent3122600a5e11309b86e33061defd710cf0872975 (diff)
*api: convert <member scope="foo">bar</member>
sed -i 's,<member scope="\([^"]*\)">\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1::\2(),g' Change-Id: I265ff28fee73a271f205294e59955b3a1c81d95a
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 ea070392bec6..ee5dba1764bb 100644
--- a/offapi/com/sun/star/xforms/XSubmission.idl
+++ b/offapi/com/sun/star/xforms/XSubmission.idl
@@ -44,7 +44,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>
+ <p>Calling the com::sun::star::form::submission::XSubmission::submit()
yields exactly the same result as calling XModel::submit() of the model which
the submission belongs to, passing the ID of the submission.</p>
*/