summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XVclContainerListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XVclContainerListener.idl')
-rw-r--r--offapi/com/sun/star/awt/XVclContainerListener.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/awt/XVclContainerListener.idl b/offapi/com/sun/star/awt/XVclContainerListener.idl
index 3c996a5c9ec8..090cb66fe748 100644
--- a/offapi/com/sun/star/awt/XVclContainerListener.idl
+++ b/offapi/com/sun/star/awt/XVclContainerListener.idl
@@ -41,13 +41,13 @@ published interface XVclContainerListener: com::sun::star::lang::XEventListener
/** is invoked when a window has been added to the VCL container window.
*/
- [oneway] void windowAdded( [in] com::sun::star::awt::VclContainerEvent e );
+ void windowAdded( [in] com::sun::star::awt::VclContainerEvent e );
/** is invoked when a window has been removed from the VCL container
window.
*/
- [oneway] void windowRemoved( [in] com::sun::star::awt::VclContainerEvent e );
+ void windowRemoved( [in] com::sun::star::awt::VclContainerEvent e );
};