summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xforms
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:20:42 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commitb352a8bf0321c13919c9882484a1c4d4d65cfd33 (patch)
tree1f9d5c7f1d14def51714f0ac5ebe30ab0f5c9ed9 /offapi/com/sun/star/xforms
parent9f12a9da8d91364d4d0865021adbe62bfa09148c (diff)
*api: convert <member>method</member> to method()
Doxygen will only recognize a un-qualified method name as such if it is followed by "()". sed -i "s,<member>\([a-z][^<]\+[^)]\)</member>,\1(),g" Change-Id: I69bc17849e76f3a3d91c6daf0f1be8168a83cfc5
Diffstat (limited to 'offapi/com/sun/star/xforms')
-rw-r--r--offapi/com/sun/star/xforms/XModel.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/offapi/com/sun/star/xforms/XModel.idl b/offapi/com/sun/star/xforms/XModel.idl
index 878c89043b97..1289b44b0eeb 100644
--- a/offapi/com/sun/star/xforms/XModel.idl
+++ b/offapi/com/sun/star/xforms/XModel.idl
@@ -65,7 +65,7 @@ interface XModel
/** submit form through given submission id
<p>This is a convenience method. Calling it is equivalent to calling
- <code><member>getSubmission</member>( <arg>id</arg> ).submit()</code>.</p>
+ <code>getSubmission()( <arg>id</arg> ).submit()</code>.</p>
@param id
the ID of the submission to execute
@@ -85,7 +85,7 @@ interface XModel
/** submit form through given submission id
<p>This is a convenience method. Calling it is equivalent to calling
- <code><member>getSubmission</member>( <arg>id</arg>, <arg>handler</arg> ).submit()</code>.</p>
+ <code>getSubmission()( <arg>id</arg>, <arg>handler</arg> ).submit()</code>.</p>
@param id
the ID of the submission to execute
@@ -151,7 +151,7 @@ interface XModel
/** get a binding with a certain ID
<p>This is a convenience method: the same result can also be obtained through
- <member>getBindings</member></p>
+ getBindings()</p>
*/
com::sun::star::beans::XPropertySet getBinding( [in] string id );
@@ -181,7 +181,7 @@ interface XModel
/** get a submission with a certain ID.
<p>This is a convenience method: the same result can also be obtained through
- <member>getSubmissions</member>.</p>
+ getSubmissions().</p>
*/
XSubmission getSubmission( [in] string id );