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.idl14
1 files changed, 8 insertions, 6 deletions
diff --git a/udkapi/com/sun/star/lang/XConnectionPoint.idl b/udkapi/com/sun/star/lang/XConnectionPoint.idl
index f4b350465..ca7ef288e 100644
--- a/udkapi/com/sun/star/lang/XConnectionPoint.idl
+++ b/udkapi/com/sun/star/lang/XConnectionPoint.idl
@@ -2,9 +2,9 @@
*
* $RCSfile: XConnectionPoint.idl,v $
*
- * $Revision: 1.7 $
+ * $Revision: 1.8 $
*
- * last change: $Author: mi $ $Date: 2001-01-31 09:45:41 $
+ * last change: $Author: jsc $ $Date: 2001-03-16 15:10:37 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -145,7 +145,6 @@ module com { module sun { module star { module lang {
@see XConnectionPointContainer
*/
-[ uik(E227A3D3-33D6-11D1-AABE00A0-249D5590), ident( "XConnectionPoint", 1.0 ) ]
interface XConnectionPoint: com::sun::star::uno::XInterface
{
//-------------------------------------------------------------------------
@@ -165,7 +164,7 @@ interface XConnectionPoint: com::sun::star::uno::XInterface
@see IConnectionPointContainer::FindConnectionPoint
*/
- [const] type getConnectionType();
+ type getConnectionType();
//-------------------------------------------------------------------------
@@ -176,7 +175,7 @@ interface XConnectionPoint: com::sun::star::uno::XInterface
@see IConnectionPointContainer
*/
- [const] com::sun::star::lang::XConnectionPointContainer getConnectionPointContainer();
+ com::sun::star::lang::XConnectionPointContainer getConnectionPointContainer();
//-------------------------------------------------------------------------
@@ -232,7 +231,7 @@ interface XConnectionPoint: com::sun::star::uno::XInterface
/** @returns
a sequence of all currently advised connections.
*/
- [const] sequence<com::sun::star::uno::XInterface> getConnections();
+ sequence<com::sun::star::uno::XInterface> getConnections();
};
@@ -243,6 +242,9 @@ interface XConnectionPoint: com::sun::star::uno::XInterface
/*=============================================================================
$Log: not supported by cvs2svn $
+ Revision 1.7 2001/01/31 09:45:41 mi
+ TYPE_XIDLCLASS is now 'type'
+
Revision 1.6 2000/12/19 15:32:25 mi
documentation syntax fixed