summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XSessionManagerClient.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XSessionManagerClient.idl')
-rw-r--r--offapi/com/sun/star/frame/XSessionManagerClient.idl10
1 files changed, 5 insertions, 5 deletions
diff --git a/offapi/com/sun/star/frame/XSessionManagerClient.idl b/offapi/com/sun/star/frame/XSessionManagerClient.idl
index 7d1246bf4480..5bce6297aced 100644
--- a/offapi/com/sun/star/frame/XSessionManagerClient.idl
+++ b/offapi/com/sun/star/frame/XSessionManagerClient.idl
@@ -39,7 +39,7 @@ module com { module sun { module star { module frame {
@see XSessionManagerListener
@see XSessionManagerClient::removeSessionManagerListener()
*/
- [oneway] void addSessionManagerListener( [in] XSessionManagerListener xListener );
+ void addSessionManagerListener( [in] XSessionManagerListener xListener );
/** removeSessionManagerListener deregisters a listener for session events
@@ -49,7 +49,7 @@ module com { module sun { module star { module frame {
@see XSessionManagerListener
@see XSessionManagerClient::addSessionManagerListener()
*/
- [oneway] void removeSessionManagerListener( [in] XSessionManagerListener xListener );
+ void removeSessionManagerListener( [in] XSessionManagerListener xListener );
/** queryInteraction issues a request for a user interaction slot
from the session manager
@@ -59,7 +59,7 @@ module com { module sun { module star { module frame {
@see XSessionManagerListener
*/
- [oneway] void queryInteraction( [in] XSessionManagerListener xListener );
+ void queryInteraction( [in] XSessionManagerListener xListener );
/** interactionDone is called when a listener has finished user interaction
@@ -68,7 +68,7 @@ module com { module sun { module star { module frame {
@see XSessionManagerListener
*/
- [oneway] void interactionDone( [in] XSessionManagerListener xListener );
+ void interactionDone( [in] XSessionManagerListener xListener );
/** saveDone signals that a listener has processed a save request
@@ -77,7 +77,7 @@ module com { module sun { module star { module frame {
@see XSessionManagerListener
*/
- [oneway] void saveDone( [in] XSessionManagerListener xListener );
+ void saveDone( [in] XSessionManagerListener xListener );
/** Call cancelShutdown to try to cancel a desktop shutdown in progress