summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/XVolatileResult.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/XVolatileResult.idl')
-rw-r--r--offapi/com/sun/star/sheet/XVolatileResult.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/sheet/XVolatileResult.idl b/offapi/com/sun/star/sheet/XVolatileResult.idl
index 74bf9bb6ea22..b1d36368a212 100644
--- a/offapi/com/sun/star/sheet/XVolatileResult.idl
+++ b/offapi/com/sun/star/sheet/XVolatileResult.idl
@@ -37,13 +37,13 @@ published interface XVolatileResult: com::sun::star::uno::XInterface
/** adds a listener to be notified when a new value is available.
*/
- [oneway] void addResultListener(
+ void addResultListener(
[in] com::sun::star::sheet::XResultListener aListener );
/** removes the specified listener.
*/
- [oneway] void removeResultListener(
+ void removeResultListener(
[in] com::sun::star::sheet::XResultListener aListener );
};