summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/XFrameActionListener.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/XFrameActionListener.idl')
-rw-r--r--offapi/com/sun/star/frame/XFrameActionListener.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/offapi/com/sun/star/frame/XFrameActionListener.idl b/offapi/com/sun/star/frame/XFrameActionListener.idl
index 485716d6e7a3..8bb1f9dbb258 100644
--- a/offapi/com/sun/star/frame/XFrameActionListener.idl
+++ b/offapi/com/sun/star/frame/XFrameActionListener.idl
@@ -44,7 +44,7 @@ published interface XFrameActionListener: com::sun::star::lang::XEventListener
@param Action
describes the detected frame action for which the listener can react
*/
- [oneway] void frameAction( [in] FrameActionEvent Action );
+ void frameAction( [in] FrameActionEvent Action );
};