summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XVclContainerPeer.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XVclContainerPeer.idl')
-rw-r--r--offapi/com/sun/star/awt/XVclContainerPeer.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/XVclContainerPeer.idl b/offapi/com/sun/star/awt/XVclContainerPeer.idl
index f3c1904ed90b..f4678ce52dda 100644
--- a/offapi/com/sun/star/awt/XVclContainerPeer.idl
+++ b/offapi/com/sun/star/awt/XVclContainerPeer.idl
@@ -37,19 +37,19 @@ published interface XVclContainerPeer: com::sun::star::uno::XInterface
/** enable as dialog control.
*/
- [oneway] void enableDialogControl( [in] boolean bEnable );
+ void enableDialogControl( [in] boolean bEnable );
/** sets the tab order.
*/
- [oneway] void setTabOrder( [in] sequence<com::sun::star::awt::XWindow> WindowOrder,
+ void setTabOrder( [in] sequence<com::sun::star::awt::XWindow> WindowOrder,
[in] sequence<any> Tabs,
[in] boolean GroupControl );
/** sets a group.
*/
- [oneway] void setGroup( [in] sequence<com::sun::star::awt::XWindow> Windows );
+ void setGroup( [in] sequence<com::sun::star::awt::XWindow> Windows );
};