summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/ChartDataChangeType.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/ChartDataChangeType.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartDataChangeType.idl9
1 files changed, 0 insertions, 9 deletions
diff --git a/offapi/com/sun/star/chart/ChartDataChangeType.idl b/offapi/com/sun/star/chart/ChartDataChangeType.idl
index 73b2660807fb..aa38c4fbd74b 100644
--- a/offapi/com/sun/star/chart/ChartDataChangeType.idl
+++ b/offapi/com/sun/star/chart/ChartDataChangeType.idl
@@ -20,51 +20,43 @@
#define __com_sun_star_chart_ChartDataChangeType_idl__
-//=============================================================================
module com { module sun { module star { module chart {
-//=============================================================================
/** specifies the type of change that was applied to the data.
*/
published enum ChartDataChangeType
{
- //-------------------------------------------------------------------------
/** Major changes were applied to the data.
*/
ALL,
- //-------------------------------------------------------------------------
/** The range of columns and rows, given in the
<type>ChartDataChangeEvent</type>, has changed.
*/
DATA_RANGE,
- //-------------------------------------------------------------------------
/** The column given in the <type>ChartDataChangeEvent</type>, was
inserted.
*/
COLUMN_INSERTED,
- //-------------------------------------------------------------------------
/** The row given in the <type>ChartDataChangeEvent</type>, was
inserted.
*/
ROW_INSERTED,
- //-------------------------------------------------------------------------
/** The column given in the <type>ChartDataChangeEvent</type>, was
deleted.
*/
COLUMN_DELETED,
- //-------------------------------------------------------------------------
/** The row given in the <type>ChartDataChangeEvent</type>, was
deleted.
@@ -73,7 +65,6 @@ published enum ChartDataChangeType
};
-//=============================================================================
}; }; }; };