summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XImageButton.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XImageButton.idl')
-rw-r--r--offapi/com/sun/star/awt/XImageButton.idl6
1 files changed, 3 insertions, 3 deletions
diff --git a/offapi/com/sun/star/awt/XImageButton.idl b/offapi/com/sun/star/awt/XImageButton.idl
index 80137c352f2c..9e78f6fbf490 100644
--- a/offapi/com/sun/star/awt/XImageButton.idl
+++ b/offapi/com/sun/star/awt/XImageButton.idl
@@ -36,17 +36,17 @@ published interface XImageButton: com::sun::star::uno::XInterface
/** registers a listener for action events.
*/
- [oneway] void addActionListener( [in] com::sun::star::awt::XActionListener l );
+ void addActionListener( [in] com::sun::star::awt::XActionListener l );
/** unregisters a listener for action events.
*/
- [oneway] void removeActionListener( [in] com::sun::star::awt::XActionListener l );
+ void removeActionListener( [in] com::sun::star::awt::XActionListener l );
/** sets the action command string.
*/
- [oneway] void setActionCommand( [in] string Command );
+ void setActionCommand( [in] string Command );
};