summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart/ChartDataChangeEvent.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart/ChartDataChangeEvent.idl')
-rw-r--r--offapi/com/sun/star/chart/ChartDataChangeEvent.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/chart/ChartDataChangeEvent.idl b/offapi/com/sun/star/chart/ChartDataChangeEvent.idl
index 7d9dc42d0b14..63b928b974e2 100644
--- a/offapi/com/sun/star/chart/ChartDataChangeEvent.idl
+++ b/offapi/com/sun/star/chart/ChartDataChangeEvent.idl
@@ -24,41 +24,34 @@
#include <com/sun/star/chart/ChartDataChangeType.idl>
-//=============================================================================
module com { module sun { module star { module chart {
-//=============================================================================
/** describes a change that was applied to the data.
*/
published struct ChartDataChangeEvent: com::sun::star::lang::EventObject
{
- //-------------------------------------------------------------------------
/** specifies the type of change to the data.
*/
com::sun::star::chart::ChartDataChangeType Type;
- //-------------------------------------------------------------------------
/** specifies the column number in which the changes begin.
*/
short StartColumn;
- //-------------------------------------------------------------------------
/** specifies the column number in which the changes end.
*/
short EndColumn;
- //-------------------------------------------------------------------------
/** specifies the row number in which the changes begin.
*/
short StartRow;
- //-------------------------------------------------------------------------
/** specifies the row number in which the changes end.
*/
@@ -66,7 +59,6 @@ published struct ChartDataChangeEvent: com::sun::star::lang::EventObject
};
-//=============================================================================
}; }; }; };