summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/ValidationAlertStyle.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/ValidationAlertStyle.idl')
-rw-r--r--offapi/com/sun/star/sheet/ValidationAlertStyle.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sheet/ValidationAlertStyle.idl b/offapi/com/sun/star/sheet/ValidationAlertStyle.idl
index bd091f32b57a..6508c0e9972f 100644
--- a/offapi/com/sun/star/sheet/ValidationAlertStyle.idl
+++ b/offapi/com/sun/star/sheet/ValidationAlertStyle.idl
@@ -20,37 +20,31 @@
#ifndef __com_sun_star_sheet_ValidationAlertStyle_idl__
#define __com_sun_star_sheet_ValidationAlertStyle_idl__
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** used to specify how invalid cell contents are treated.
*/
published enum ValidationAlertStyle
{
- //-------------------------------------------------------------------------
/** error message is shown and the change is rejected.
*/
STOP,
- //-------------------------------------------------------------------------
/** warning message is shown and the user is asked whether the
change will be accepted (defaulted to "No").
*/
WARNING,
- //-------------------------------------------------------------------------
/** information message is shown and the user is asked whether the
change will be accepted (defaulted to "Yes").
*/
INFO,
- //-------------------------------------------------------------------------
/** macro is executed.
*/
@@ -58,7 +52,6 @@ published enum ValidationAlertStyle
};
-//=============================================================================
}; }; }; };