summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/ChartErrorIndicatorType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/ChartErrorIndicatorType.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartErrorIndicatorType.idl38
1 files changed, 19 insertions, 19 deletions
diff --git a/offapi/com/sun/star/chart/ChartErrorIndicatorType.idl b/offapi/com/sun/star/chart/ChartErrorIndicatorType.idl
index fd3dd80f299d..2f8db6fa74f3 100644
--- a/offapi/com/sun/star/chart/ChartErrorIndicatorType.idl
+++ b/offapi/com/sun/star/chart/ChartErrorIndicatorType.idl
@@ -1,7 +1,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -24,47 +24,47 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_chart_ChartErrorIndicatorType_idl__
-#define __com_sun_star_chart_ChartErrorIndicatorType_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module chart {
-
-//=============================================================================
-
+#ifndef __com_sun_star_chart_ChartErrorIndicatorType_idl__
+#define __com_sun_star_chart_ChartErrorIndicatorType_idl__
+
+
+//=============================================================================
+
+ module com { module sun { module star { module chart {
+
+//=============================================================================
+
/** specifies how the error is indicated.
*/
published enum ChartErrorIndicatorType
{
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/** displays no error indicators.
*/
NONE,
- //-------------------------------------------------------------------------
+ //-------------------------------------------------------------------------
/** displays both the upper and lower values.
*/
TOP_AND_BOTTOM,
-
- //-------------------------------------------------------------------------
+
+ //-------------------------------------------------------------------------
/** displays only the upper value.
*/
UPPER,
-
- //-------------------------------------------------------------------------
+
+ //-------------------------------------------------------------------------
/** displays only the lower value.
*/
LOWER
};
-//=============================================================================
+//=============================================================================
}; }; }; };
-#endif
+#endif