summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DataPilotTableResultData.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/DataPilotTableResultData.idl')
-rw-r--r--offapi/com/sun/star/sheet/DataPilotTableResultData.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sheet/DataPilotTableResultData.idl b/offapi/com/sun/star/sheet/DataPilotTableResultData.idl
index ac0329a60f29..492db3b03485 100644
--- a/offapi/com/sun/star/sheet/DataPilotTableResultData.idl
+++ b/offapi/com/sun/star/sheet/DataPilotTableResultData.idl
@@ -23,11 +23,9 @@
#include <com/sun/star/sheet/DataPilotFieldFilter.idl>
#include <com/sun/star/sheet/DataResult.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** information about a cell positioned within the result area of a DataPilot table.
@@ -43,7 +41,6 @@ module com { module sun { module star { module sheet {
*/
struct DataPilotTableResultData
{
- //------------------------------------------------------------------------
/** This is a set of filter criteria that can be used to re-create those
data rows that contribute to the value shown in the cell.
@@ -52,7 +49,6 @@ struct DataPilotTableResultData
*/
sequence< DataPilotFieldFilter > FieldFilters;
- //------------------------------------------------------------------------
/** This is a 0-based index that specifies which data field the data displayed
in the cell is for; the value of 0 means the cell is for the first data
@@ -60,7 +56,6 @@ struct DataPilotTableResultData
*/
long DataFieldIndex;
- //------------------------------------------------------------------------
/** more information about the result contained in the
<type>DataResult</type> type.
@@ -70,7 +65,6 @@ struct DataPilotTableResultData
DataResult Result;
};
-//=============================================================================
}; }; }; };