summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/inspection/XPropertyControlContext.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/inspection/XPropertyControlContext.idl')
-rw-r--r--offapi/com/sun/star/inspection/XPropertyControlContext.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/inspection/XPropertyControlContext.idl b/offapi/com/sun/star/inspection/XPropertyControlContext.idl
index fdd88086c193..2fe3753f4f7a 100644
--- a/offapi/com/sun/star/inspection/XPropertyControlContext.idl
+++ b/offapi/com/sun/star/inspection/XPropertyControlContext.idl
@@ -37,7 +37,7 @@ interface XPropertyControlContext : XPropertyControlObserver
@param CurrentControl
denotes the control which initiated the request.
*/
- [oneway] void activateNextControl( [in] XPropertyControl CurrentControl );
+ void activateNextControl( [in] XPropertyControl CurrentControl );
};