summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/FrameActionEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/frame/FrameActionEvent.idl')
-rw-r--r--offapi/com/sun/star/frame/FrameActionEvent.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/frame/FrameActionEvent.idl b/offapi/com/sun/star/frame/FrameActionEvent.idl
index b6c4328e9b2e..c0359b9d4257 100644
--- a/offapi/com/sun/star/frame/FrameActionEvent.idl
+++ b/offapi/com/sun/star/frame/FrameActionEvent.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/frame/XFrame.idl>
#include <com/sun/star/frame/FrameAction.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** this event struct is broadcast for actions which can happen to
components within frames
@@ -35,18 +33,15 @@
*/
published struct FrameActionEvent: com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/** contains the frame in which the event occurred
*/
XFrame Frame;
- //-------------------------------------------------------------------------
/** specifies the concrete event
*/
FrameAction Action;
};
-//=============================================================================
}; }; }; };