summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/ChartDataRowSource.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/ChartDataRowSource.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartDataRowSource.idl54
1 files changed, 27 insertions, 27 deletions
diff --git a/offapi/com/sun/star/chart/ChartDataRowSource.idl b/offapi/com/sun/star/chart/ChartDataRowSource.idl
index 8e9dc226d90f..57ddac76a801 100644
--- a/offapi/com/sun/star/chart/ChartDataRowSource.idl
+++ b/offapi/com/sun/star/chart/ChartDataRowSource.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,38 +24,38 @@
* for a copy of the LGPLv3 License.
*
************************************************************************/
-#ifndef __com_sun_star_chart_ChartDataRowSource_idl__
-#define __com_sun_star_chart_ChartDataRowSource_idl__
-
-
-//=============================================================================
-
- module com { module sun { module star { module chart {
-
-//=============================================================================
-
+#ifndef __com_sun_star_chart_ChartDataRowSource_idl__
+#define __com_sun_star_chart_ChartDataRowSource_idl__
+
+
+//=============================================================================
+
+ module com { module sun { module star { module chart {
+
+//=============================================================================
+
/** specifies if the data rows (aka data series) displayed in the
chart, take their values from the row or the column in the underlying
data source (<type>ChartDataArray</type>).
*/
published enum ChartDataRowSource
-{
- //-------------------------------------------------------------------------
-
+{
+ //-------------------------------------------------------------------------
+
/** values displayed as data rows are taken from the rows of the data source.
*/
- ROWS,
-
- //-------------------------------------------------------------------------
-
+ ROWS,
+
+ //-------------------------------------------------------------------------
+
/** values displayed as data rows are taken from the columns of the data source.
*/
- COLUMNS
-
-};
-
-//=============================================================================
-
-}; }; }; };
-
-#endif
+ COLUMNS
+
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif