summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/inspection/XPropertyControlObserver.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/inspection/XPropertyControlObserver.idl')
-rw-r--r--offapi/com/sun/star/inspection/XPropertyControlObserver.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/inspection/XPropertyControlObserver.idl b/offapi/com/sun/star/inspection/XPropertyControlObserver.idl
index b5ec9638674e..3e99e74c5d19 100644
--- a/offapi/com/sun/star/inspection/XPropertyControlObserver.idl
+++ b/offapi/com/sun/star/inspection/XPropertyControlObserver.idl
@@ -41,7 +41,7 @@ interface XPropertyControlObserver
@param Control
denotes the control whose UI representation gained the focus
*/
- [oneway] void focusGained( [in] XPropertyControl Control );
+ void focusGained( [in] XPropertyControl Control );
/** notifies the observer that a certain <type>XPropertyControl</type>'s value
changed.
@@ -51,7 +51,7 @@ interface XPropertyControlObserver
@see XPropertyControl::Value
*/
- [oneway] void valueChanged( [in] XPropertyControl Control );
+ void valueChanged( [in] XPropertyControl Control );
};