summaryrefslogtreecommitdiffstats
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.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/chart/ChartErrorIndicatorType.idl b/offapi/com/sun/star/chart/ChartErrorIndicatorType.idl
index 18357ab79c0a..12503180a7f5 100644
--- a/offapi/com/sun/star/chart/ChartErrorIndicatorType.idl
+++ b/offapi/com/sun/star/chart/ChartErrorIndicatorType.idl
@@ -20,42 +20,35 @@
#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
};
-//=============================================================================
}; }; }; };