summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/deployment
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/deployment
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/deployment')
-rw-r--r--offapi/com/sun/star/deployment/XPackage.idl2
-rw-r--r--offapi/com/sun/star/deployment/XPackageRegistry.idl2
2 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/deployment/XPackage.idl b/offapi/com/sun/star/deployment/XPackage.idl
index cbfa58d748a0..d2b7ba7af232 100644
--- a/offapi/com/sun/star/deployment/XPackage.idl
+++ b/offapi/com/sun/star/deployment/XPackage.idl
@@ -186,7 +186,7 @@ interface XPackage
/** Gets packages of the bundle.
- If <member>isRemoved</member> returns <TRUE/> then getBundle may return an
+ If isRemoved() returns <TRUE/> then getBundle may return an
empty sequence in case the object is not registered.
@param xAbortChannel
diff --git a/offapi/com/sun/star/deployment/XPackageRegistry.idl b/offapi/com/sun/star/deployment/XPackageRegistry.idl
index cd7a9e520d7f..9a77f8be3158 100644
--- a/offapi/com/sun/star/deployment/XPackageRegistry.idl
+++ b/offapi/com/sun/star/deployment/XPackageRegistry.idl
@@ -57,7 +57,7 @@ interface XPackageRegistry
The implementation must ensure that there is only one instance of
XPackage for the same <code>url</code> at any
- time. Therefore calling <member>bindPackage</member> again with the same
+ time. Therefore calling bindPackage() again with the same
<code>url</code> but different <code>mediaType<code> (the exception is,
if previously an empty string was provided to cause the determination
of the media type) or <code>removed</code> parameters will cause an