summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/util/XCloseable.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/util/XCloseable.idl')
-rw-r--r--offapi/com/sun/star/util/XCloseable.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/util/XCloseable.idl b/offapi/com/sun/star/util/XCloseable.idl
index fc0361a065bf..78cf1380d7f4 100644
--- a/offapi/com/sun/star/util/XCloseable.idl
+++ b/offapi/com/sun/star/util/XCloseable.idl
@@ -88,8 +88,8 @@ published interface XCloseable: XCloseBroadcaster
<p>
If this method was already called on an object it should return without any reaction. Normally it's possible to throw
- a <type scope="com::sun::star::lang">DisposedException</type> for already disposed or closed objects
- (which represent a <type scope="com::sun::star::uno">RuntimeException</type> and can be thrown by every interface call),
+ a com::sun::star::lang::DisposedException for already disposed or closed objects
+ (which represent a com::sun::star::uno::RuntimeException and can be thrown by every interface call),
but it shouldn't be used here. The veto exception should be the only way to indicates the result.
</p>