summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/frame/FrameAction.idl
diff options
context:
space:
mode:
authorJean-Tiare LE BIGOT <admin@jtlebi.fr>2012-08-11 13:22:07 -0400
committerDavid Tardon <dtardon@redhat.com>2012-08-12 19:29:16 +0200
commitfc2998738538a8e8abc4b8ab5b84a12aa7365dd0 (patch)
tree8026ad5e9a05948f882f790675c0813c72cd42bf /offapi/com/sun/star/frame/FrameAction.idl
parent602f956d3231a093c9853d88fe5d5de2465f7112 (diff)
Remove comment art from offapi and udkapi
I used this "one-liner" to detect comment lines containing only spaces and '=' or '-' $ find . -name "*.*" -exec sed -i '/^\s*\/\/\s*[-=]*\s*$/d' {} \; Change-Id: Iac589765c8c2e7c3ad9c487d57e48b4fd4439f07
Diffstat (limited to 'offapi/com/sun/star/frame/FrameAction.idl')
-rw-r--r--offapi/com/sun/star/frame/FrameAction.idl11
1 files changed, 0 insertions, 11 deletions
diff --git a/offapi/com/sun/star/frame/FrameAction.idl b/offapi/com/sun/star/frame/FrameAction.idl
index 3b94ed9b93a8..a90275de595f 100644
--- a/offapi/com/sun/star/frame/FrameAction.idl
+++ b/offapi/com/sun/star/frame/FrameAction.idl
@@ -29,11 +29,9 @@
#define __com_sun_star_frame_FrameAction_idl__
-//=============================================================================
module com { module sun { module star { module frame {
-//=============================================================================
/** these are the events which can happen to the components in frames
of the desktop
@@ -48,7 +46,6 @@
*/
published enum FrameAction
{
- //-------------------------------------------------------------------------
/** an event of this kind is broadcast whenever a component is
attached to a frame
@@ -62,7 +59,6 @@ published enum FrameAction
*/
COMPONENT_ATTACHED,
- //-------------------------------------------------------------------------
/** an event of this kind is broadcast whenever a component is
detaching from a frame
@@ -77,7 +73,6 @@ published enum FrameAction
*/
COMPONENT_DETACHING,
- //-------------------------------------------------------------------------
/** an event of this kind is broadcast whenever a component is
attached to a new model.
@@ -88,7 +83,6 @@ published enum FrameAction
*/
COMPONENT_REATTACHED,
- //-------------------------------------------------------------------------
/** an event of this kind is broadcast whenever a component gets
activated
@@ -101,7 +95,6 @@ published enum FrameAction
*/
FRAME_ACTIVATED,
- //-------------------------------------------------------------------------
/** an event of this kind is broadcasted immediately before the
component is deactivated
@@ -115,7 +108,6 @@ published enum FrameAction
*/
FRAME_DEACTIVATING,
- //-------------------------------------------------------------------------
/** an event of this kind is broadcast whenever a component changes
its internal context (i.e., the selection).
@@ -128,7 +120,6 @@ published enum FrameAction
*/
CONTEXT_CHANGED,
- //-------------------------------------------------------------------------
/** an event of this kind is broadcast by an active frame when it
is getting UI control (tool control).
@@ -136,7 +127,6 @@ published enum FrameAction
*/
FRAME_UI_ACTIVATED,
- //-------------------------------------------------------------------------
/** an event of this kind is broadcast by an active frame when it
is losing UI control (tool control).
@@ -145,7 +135,6 @@ published enum FrameAction
FRAME_UI_DEACTIVATING
};
-//=============================================================================
}; }; }; };