summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XTabControllerModel.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XTabControllerModel.idl')
-rw-r--r--offapi/com/sun/star/awt/XTabControllerModel.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/XTabControllerModel.idl b/offapi/com/sun/star/awt/XTabControllerModel.idl
index 1521986b7dba..e8248606a223 100644
--- a/offapi/com/sun/star/awt/XTabControllerModel.idl
+++ b/offapi/com/sun/star/awt/XTabControllerModel.idl
@@ -40,12 +40,12 @@ published interface XTabControllerModel: com::sun::star::uno::XInterface
/** determines if the control models are grouped together.
*/
- [oneway] void setGroupControl( [in] boolean GroupControl );
+ void setGroupControl( [in] boolean GroupControl );
/** sets the control models.
*/
- [oneway] void setControlModels( [in] sequence<com::sun::star::awt::XControlModel> Controls );
+ void setControlModels( [in] sequence<com::sun::star::awt::XControlModel> Controls );
/** returns the control models.
@@ -55,7 +55,7 @@ published interface XTabControllerModel: com::sun::star::uno::XInterface
/** sets a control model group.
*/
- [oneway] void setGroup( [in] sequence<com::sun::star::awt::XControlModel> Group,
+ void setGroup( [in] sequence<com::sun::star::awt::XControlModel> Group,
[in] string GroupName );