summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/embed/Actions.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/embed/Actions.idl')
-rw-r--r--offapi/com/sun/star/embed/Actions.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/embed/Actions.idl b/offapi/com/sun/star/embed/Actions.idl
index a6bd68f250c8..00a286f14ed6 100644
--- a/offapi/com/sun/star/embed/Actions.idl
+++ b/offapi/com/sun/star/embed/Actions.idl
@@ -28,17 +28,14 @@
#ifndef __com_sun_star_embed_Actions_idl__
#define __com_sun_star_embed_Actions_idl__
-//============================================================================
module com { module sun { module star { module embed {
-//============================================================================
/** This constant set contains possible actions that could be approved by
<type>ActionsApproval</type> implementation.
*/
published constants Actions
{
- //------------------------------------------------------------------------
/** "Prevent Close" - throws veto exception if target object is going to
close.
@@ -50,7 +47,6 @@ published constants Actions
*/
const long PREVENT_CLOSE = 1;
- //------------------------------------------------------------------------
/** "Prevent Termination" - throws veto exception if target object is going
to terminate.
@@ -63,7 +59,6 @@ published constants Actions
const long PREVENT_TERMINATION = 2;
};
-//============================================================================
}; }; }; };