summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sdb/application/CopyTableWizard.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/sdb/application/CopyTableWizard.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/sdb/application/CopyTableWizard.idl')
-rw-r--r--offapi/com/sun/star/sdb/application/CopyTableWizard.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/sdb/application/CopyTableWizard.idl b/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
index 03c07a7bec9f..3cadfb51d250 100644
--- a/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
+++ b/offapi/com/sun/star/sdb/application/CopyTableWizard.idl
@@ -52,7 +52,7 @@ module com { module sun { module star { module sdb { module application {
</ul></p>
<p>When you do not specify an interaction handler by using the
- <member>createWithInteractionHandler</member> constructor, the wizard will use the interaction
+ createWithInteractionHandler() constructor, the wizard will use the interaction
handler associated with the copy target, i.e. the interaction handler specified when loading
the document which the copy target refers to. If the copy target cannot be associated with
a database document (e.g. because it is a mere <code>ConnectionResource</code>, or a connection
@@ -63,7 +63,7 @@ module com { module sun { module star { module sdb { module application {
the copy source and the copy target descriptors are used to create a Connection. For any
interaction during this phase - including, for instance, necessary authentication -, the
interaction handler of the respective data source is used, no matter what you specified
- in <member>createWithInteractionHandler</member>. Only if there is no such interaction
+ in createWithInteractionHandler(). Only if there is no such interaction
handler, the processing described above, to find another handler, is applied.</p>
</dd>
@@ -173,7 +173,7 @@ service CopyTableWizard : XCopyTableWizard
/** creates an executable wizard dialog, which is to guide the user through copying
a table from one database to another.
- <p>The only difference to the <member>create</member> constructor is that
+ <p>The only difference to the create() constructor is that
<code>createWithInteractionHandler</code> takes an additional argument, which
can be used to intercept interactions (such as error messages) during the wizard
run.</p>