summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XVclContainer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XVclContainer.idl')
-rw-r--r--offapi/com/sun/star/awt/XVclContainer.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/XVclContainer.idl b/offapi/com/sun/star/awt/XVclContainer.idl
index 2678d0c0b825..62d10494b60c 100644
--- a/offapi/com/sun/star/awt/XVclContainer.idl
+++ b/offapi/com/sun/star/awt/XVclContainer.idl
@@ -40,13 +40,13 @@ published interface XVclContainer: com::sun::star::uno::XInterface
/** adds the specified container listener to receive
container events from this container.
*/
- [oneway] void addVclContainerListener( [in] com::sun::star::awt::XVclContainerListener l );
+ void addVclContainerListener( [in] com::sun::star::awt::XVclContainerListener l );
/** removes the specified container listener so that it
no longer receives container events from this container.
*/
- [oneway] void removeVclContainerListener( [in] com::sun::star::awt::XVclContainerListener l );
+ void removeVclContainerListener( [in] com::sun::star::awt::XVclContainerListener l );
/** returns all windows.