summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XSessionManagerListener2.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XSessionManagerListener2.idl')
-rw-r--r--offapi/com/sun/star/frame/XSessionManagerListener2.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/frame/XSessionManagerListener2.idl b/offapi/com/sun/star/frame/XSessionManagerListener2.idl
index 1be948e3509b..e1245511b361 100644
--- a/offapi/com/sun/star/frame/XSessionManagerListener2.idl
+++ b/offapi/com/sun/star/frame/XSessionManagerListener2.idl
@@ -30,7 +30,7 @@ module com { module sun { module star { module frame {
the application should quit. Under these circumstances bringing up
further UI will usually be impossible and must be avoided.
*/
- [oneway] void doQuit();
+ void doQuit();
};
}; }; }; };