summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/awt/XTextListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/awt/XTextListener.idl')
-rw-r--r--offapi/com/sun/star/awt/XTextListener.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/awt/XTextListener.idl b/offapi/com/sun/star/awt/XTextListener.idl
index cf4854031ec2..50bdcca0bcc8 100644
--- a/offapi/com/sun/star/awt/XTextListener.idl
+++ b/offapi/com/sun/star/awt/XTextListener.idl
@@ -35,7 +35,7 @@ published interface XTextListener: com::sun::star::lang::XEventListener
/** is invoked when the text has changed.
*/
- [oneway] void textChanged( [in] com::sun::star::awt::TextEvent rEvent );
+ void textChanged( [in] com::sun::star::awt::TextEvent rEvent );
};