summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/form/XFormControllerListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/form/XFormControllerListener.idl')
-rw-r--r--offapi/com/sun/star/form/XFormControllerListener.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/form/XFormControllerListener.idl b/offapi/com/sun/star/form/XFormControllerListener.idl
index 430a5e664943..7945132c43d0 100644
--- a/offapi/com/sun/star/form/XFormControllerListener.idl
+++ b/offapi/com/sun/star/form/XFormControllerListener.idl
@@ -44,7 +44,7 @@ published interface XFormControllerListener: com::sun::star::lang::XEventListene
@param rEvent
the event happened.
*/
- [oneway] void formActivated( [in] com::sun::star::lang::EventObject rEvent );
+ void formActivated( [in] com::sun::star::lang::EventObject rEvent );
/** is invoked when a control of the "XFormController" lost the focus
@@ -54,7 +54,7 @@ published interface XFormControllerListener: com::sun::star::lang::XEventListene
@param rEvent
the event happened.
*/
- [oneway] void formDeactivated( [in] com::sun::star::lang::EventObject rEvent );
+ void formDeactivated( [in] com::sun::star::lang::EventObject rEvent );
};