summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/XConnectionPoint.idl
diff options
context:
space:
mode:
authorMichael Stahl <mstahl@redhat.com>2013-04-27 22:32:23 +0200
committerMichael Stahl <mstahl@redhat.com>2013-06-04 12:01:00 +0200
commit3122600a5e11309b86e33061defd710cf0872975 (patch)
tree849f913b061611d306194e07c22071219dafd592 /udkapi/com/sun/star/lang/XConnectionPoint.idl
parentb352a8bf0321c13919c9882484a1c4d4d65cfd33 (diff)
*api: convert <member>Foo::bar</member>
Doxygen would probably recognize these without () too but add them for consistency. sed -i "s,<member>\([^<]*::[a-z][^<:]\+[^)]\)</member>,\1(),g" Change-Id: I2615b99265b75633459e35164e54d9da7fe76b85
Diffstat (limited to 'udkapi/com/sun/star/lang/XConnectionPoint.idl')
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPoint.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/lang/XConnectionPoint.idl b/udkapi/com/sun/star/lang/XConnectionPoint.idl
index 11d90e98a119..cb052e45a24d 100644
--- a/udkapi/com/sun/star/lang/XConnectionPoint.idl
+++ b/udkapi/com/sun/star/lang/XConnectionPoint.idl
@@ -92,13 +92,13 @@ published interface XConnectionPoint: com::sun::star::uno::XInterface
the type of the outgoing interface managed by this
connection point.
- <p>Using the <member>XConnectionPointContainer::getConnectionPoints</member>
+ <p>Using the XConnectionPointContainer::getConnectionPoints()
method, a client can obtain an XConnectionPoint
interface. Using that interface and this method, the client
can determine the type of each connection point enumerated. The
type returned from this method must enable the caller to access
this same connection point through
- <member>XConnectionPointContainer::findConnectionPoint</member>.
+ XConnectionPointContainer::findConnectionPoint().
@see XConnectionPointContainer::findConnectionPoint
*/