summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/MissingValueTreatment.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/MissingValueTreatment.idl')
-rw-r--r--offapi/com/sun/star/chart/MissingValueTreatment.idl36
1 files changed, 18 insertions, 18 deletions
diff --git a/offapi/com/sun/star/chart/MissingValueTreatment.idl b/offapi/com/sun/star/chart/MissingValueTreatment.idl
index d695ea5e0020..d17d289b05a0 100644
--- a/offapi/com/sun/star/chart/MissingValueTreatment.idl
+++ b/offapi/com/sun/star/chart/MissingValueTreatment.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,27 +24,27 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_chart_MissingValueTreatment_idl__
-#define __com_sun_star_chart_MissingValueTreatment_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module chart {
-
-//=============================================================================
-
+#ifndef __com_sun_star_chart_MissingValueTreatment_idl__
+#define __com_sun_star_chart_MissingValueTreatment_idl__
+
+
+//=============================================================================
+
+ module com { module sun { module star { module chart {
+
+//=============================================================================
+
/** This specifies how empty or invalid cells in the provided data should be handled when plotted.
*/
published constants MissingValueTreatment
-{
+{
const long LEAVE_GAP = 0;
const long USE_ZERO = 1;
const long CONTINUE = 2;
-};
-
-//=============================================================================
-
-}; }; }; };
-
+};
+
+//=============================================================================
+
+}; }; }; };
+
#endif