summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/xforms
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 23:52:30 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:02 +0200
commita93783c42d46d60a93e78348db942a571e34abd4 (patch)
tree7686a820038469de29c3681ffc7875dec754907e /offapi/com/sun/star/xforms
parentd11a7b5eb1b127c4f60367ecaeb64868313002d6 (diff)
*api: convert <arg>
... which does not seem to do anything anyway. sed -i "s,<arg>\([^<]\+\)</arg>,\1,g" Change-Id: I90bcf81ea046bc88297ed8eadc560ad31d19830b
Diffstat (limited to 'offapi/com/sun/star/xforms')
-rw-r--r--offapi/com/sun/star/xforms/XModel.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/xforms/XModel.idl b/offapi/com/sun/star/xforms/XModel.idl
index d5069526f142..c5ecab23f3fc 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>getSubmission()( <arg>id</arg> ).submit()</code>.</p>
+ <code>getSubmission()( id ).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>getSubmission()( <arg>id</arg>, <arg>handler</arg> ).submit()</code>.</p>
+ <code>getSubmission()( id, handler ).submit()</code>.</p>
@param id
the ID of the submission to execute