summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/uno/XInterface.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/uno/XInterface.idl')
-rw-r--r--udkapi/com/sun/star/uno/XInterface.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/udkapi/com/sun/star/uno/XInterface.idl b/udkapi/com/sun/star/uno/XInterface.idl
index 4e8f41f39b3a..231f11956782 100644
--- a/udkapi/com/sun/star/uno/XInterface.idl
+++ b/udkapi/com/sun/star/uno/XInterface.idl
@@ -99,7 +99,7 @@ published interface XInterface
<p> Every call to acquire must be followed by a corresponding call to release
some time later, which may eventually lead to the destruction of the object.
*/
- [oneway] void acquire();
+ void acquire();
// DocMerge from xml: method com::sun::star::uno::XInterface::release
@@ -108,7 +108,7 @@ published interface XInterface
<p>Calling release() on the object is often called releasing
or clearing the reference to an object.
*/
- [oneway] void release();
+ void release();
};