summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XSessionManagerListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XSessionManagerListener.idl')
-rw-r--r--offapi/com/sun/star/frame/XSessionManagerListener.idl4
1 files changed, 2 insertions, 2 deletions
diff --git a/offapi/com/sun/star/frame/XSessionManagerListener.idl b/offapi/com/sun/star/frame/XSessionManagerListener.idl
index c644c9f68df0..9c8db2f5bd20 100644
--- a/offapi/com/sun/star/frame/XSessionManagerListener.idl
+++ b/offapi/com/sun/star/frame/XSessionManagerListener.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module frame {
<p>When the save request is processed (with or without
user interaction) the listener must call
- <member>XSessionManagerClient::saveDone()</member>
+ XSessionManagerClient::saveDone()
on the session manager client service object.</p>
@param bShutdown
@@ -50,7 +50,7 @@ module com { module sun { module star { module frame {
<p>the listener may choose to ignore the saveDone()
event in case no real shutdown is in progress. He
still has to call
- <member>XSessionManagerClient::saveDone()</member>
+ XSessionManagerClient::saveDone()
in that case.</p>
@see XSessionManagerClient