summaryrefslogtreecommitdiff
path: root/udkapi/com/sun/star/uno/XReference.idl
diff options
context:
space:
mode:
Diffstat (limited to 'udkapi/com/sun/star/uno/XReference.idl')
-rw-r--r--udkapi/com/sun/star/uno/XReference.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/udkapi/com/sun/star/uno/XReference.idl b/udkapi/com/sun/star/uno/XReference.idl
index e8416bc8b0d0..2d17fad4ca8f 100644
--- a/udkapi/com/sun/star/uno/XReference.idl
+++ b/udkapi/com/sun/star/uno/XReference.idl
@@ -44,7 +44,7 @@ published interface XReference: com::sun::star::uno::XInterface
Otherwise, the adapted object will be destroyed, but the
adapter will be alive.</p>
*/
- [oneway] void dispose();
+ void dispose();
};