summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/XFormsSupplier2.idl
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/form/XFormsSupplier2.idl
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/form/XFormsSupplier2.idl')
-rw-r--r--offapi/com/sun/star/form/XFormsSupplier2.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/form/XFormsSupplier2.idl b/offapi/com/sun/star/form/XFormsSupplier2.idl
index 1d7efaf1e582..2483ed81bdb9 100644
--- a/offapi/com/sun/star/form/XFormsSupplier2.idl
+++ b/offapi/com/sun/star/form/XFormsSupplier2.idl
@@ -33,11 +33,11 @@ interface XFormsSupplier2: XFormsSupplier
/** determines whether there are currently forms available at all
<p>If you need read access to the forms collection, then you might check
- the existence of forms using <member>hasForms</member>, and if it returns
+ the existence of forms using hasForms(), and if it returns
<FALSE/>, you can do as if <member>XFormsSupplier::getForms</member> would
have returned an empty container.</p>
- <p>Semantically, <member>hasForms</member> is equivalent to calling
+ <p>Semantically, hasForms() is equivalent to calling
<member>XElementAccess::hasElements</member> on the container returned by
<member>XFormsSupplier::getForms</member>. But when using the latter, the
implementation is forced to create a empty container, which might be potentially