summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XTerminateListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XTerminateListener.idl')
-rw-r--r--offapi/com/sun/star/frame/XTerminateListener.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/frame/XTerminateListener.idl b/offapi/com/sun/star/frame/XTerminateListener.idl
index f225486e1f78..cf07630bb481 100644
--- a/offapi/com/sun/star/frame/XTerminateListener.idl
+++ b/offapi/com/sun/star/frame/XTerminateListener.idl
@@ -39,7 +39,7 @@ published interface XTerminateListener: com::sun::star::lang::XEventListener
/** is called when the master environment (e.g., desktop) is about to terminate.
<p>
- Termination can be intercepted by throwing <type>TerminationVetoException</type>.
+ Termination can be intercepted by throwing TerminationVetoException.
Interceptor will be the new owner of desktop and should call <member>XDesktop::terminate()</member>
after finishing his own operations.
</p>