summaryrefslogtreecommitdiffstats
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.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/frame/XFrameActionListener.idl b/offapi/com/sun/star/frame/XFrameActionListener.idl
index 2739b821fcb8..485716d6e7a3 100644
--- a/offapi/com/sun/star/frame/XFrameActionListener.idl
+++ b/offapi/com/sun/star/frame/XFrameActionListener.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/frame/FrameActionEvent.idl>
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** has to be provided if an object wants to receive events
when several things happen to components within frames of the desktop frame tree.
@@ -41,7 +39,6 @@
*/
published interface XFrameActionListener: com::sun::star::lang::XEventListener
{
- //-------------------------------------------------------------------------
/** is called whenever any action occurs to a component within a frame.
@param Action
@@ -50,7 +47,6 @@ published interface XFrameActionListener: com::sun::star::lang::XEventListener
[oneway] void frameAction( [in] FrameActionEvent Action );
};
-//=============================================================================
}; }; }; };