summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XControl.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XControl.idl')
-rw-r--r--offapi/com/sun/star/awt/XControl.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/XControl.idl b/offapi/com/sun/star/awt/XControl.idl
index 03944efa5389..b4a85314bb8d 100644
--- a/offapi/com/sun/star/awt/XControl.idl
+++ b/offapi/com/sun/star/awt/XControl.idl
@@ -52,7 +52,7 @@ published interface XControl: com::sun::star::lang::XComponent
/** sets the context of the control.
*/
- [oneway] void setContext( [in] com::sun::star::uno::XInterface Context );
+ void setContext( [in] com::sun::star::uno::XInterface Context );
/** gets the context of the control.
@@ -65,7 +65,7 @@ published interface XControl: com::sun::star::lang::XComponent
<p>If the parent is NULL, then the desktop window of the toolkit
is the parent.</p>
*/
- [oneway] void createPeer( [in] com::sun::star::awt::XToolkit Toolkit,
+ void createPeer( [in] com::sun::star::awt::XToolkit Toolkit,
[in] com::sun::star::awt::XWindowPeer Parent );
@@ -93,7 +93,7 @@ published interface XControl: com::sun::star::lang::XComponent
<p>Normally the control will be painted directly without a peer.</p>
*/
- [oneway] void setDesignMode( [in] boolean bOn );
+ void setDesignMode( [in] boolean bOn );
/** returns <true/> if the control is in design mode, <false/> otherwise.