summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/XConnectionPoint.idl
diff options
context:
space:
mode:
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
*/