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.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/chart/ChartDataRowSource.idl b/offapi/com/sun/star/chart/ChartDataRowSource.idl
index ae4af0db8564..265b7f22b808 100644
--- a/offapi/com/sun/star/chart/ChartDataRowSource.idl
+++ b/offapi/com/sun/star/chart/ChartDataRowSource.idl
@@ -20,11 +20,9 @@
#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
@@ -32,13 +30,11 @@
*/
published enum ChartDataRowSource
{
- //-------------------------------------------------------------------------
/** values displayed as data rows are taken from the rows of the data source.
*/
ROWS,
- //-------------------------------------------------------------------------
/** values displayed as data rows are taken from the columns of the data source.
*/
@@ -46,7 +42,6 @@ published enum ChartDataRowSource
};
-//=============================================================================
}; }; }; };