summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/lang/XConnectionPointContainer.idl')
-rw-r--r--udkapi/com/sun/star/lang/XConnectionPointContainer.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/lang/XConnectionPointContainer.idl b/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
index 8ac912d2ceec..54ca701e989d 100644
--- a/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
+++ b/udkapi/com/sun/star/lang/XConnectionPointContainer.idl
@@ -77,7 +77,7 @@ published interface XConnectionPointContainer: com::sun::star::uno::XInterface
@see XConnectionPoint::advise
*/
- [oneway] void advise( [in] type aType,
+ void advise( [in] type aType,
[in] com::sun::star::uno::XInterface xListener );
@@ -87,7 +87,7 @@ published interface XConnectionPointContainer: com::sun::star::uno::XInterface
@see XConnectionPoint::unadvise
*/
- [oneway] void unadvise( [in] type aType,
+ void unadvise( [in] type aType,
[in] com::sun::star::uno::XInterface xListener );
};