summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DataPilotFieldReference.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/DataPilotFieldReference.idl')
-rw-r--r--offapi/com/sun/star/sheet/DataPilotFieldReference.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sheet/DataPilotFieldReference.idl b/offapi/com/sun/star/sheet/DataPilotFieldReference.idl
index cb7a705665f8..68294be3f75b 100644
--- a/offapi/com/sun/star/sheet/DataPilotFieldReference.idl
+++ b/offapi/com/sun/star/sheet/DataPilotFieldReference.idl
@@ -22,11 +22,9 @@
#include <com/sun/star/sheet/DataPilotFieldReferenceItemType.idl>
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** controls how a data pilot field's results are shown in relation to
a selected reference result.
@@ -35,7 +33,6 @@ module com { module sun { module star { module sheet {
*/
published struct DataPilotFieldReference
{
- //-------------------------------------------------------------------------
/** contains the type of the reference.
@@ -45,14 +42,12 @@ published struct DataPilotFieldReference
long ReferenceType;
- //-------------------------------------------------------------------------
/** contains the reference field
*/
string ReferenceField;
- //-------------------------------------------------------------------------
/** selects between a named reference item and using the previous or next
item for each item from the reference field.
@@ -63,7 +58,6 @@ published struct DataPilotFieldReference
long ReferenceItemType;
- //-------------------------------------------------------------------------
/** contains the name of the reference item, when the
<member>DataPilotFieldReference::ReferenceItemType</member> is NAMED
@@ -73,7 +67,6 @@ published struct DataPilotFieldReference
string ReferenceItemName;
};
-//=============================================================================
}; }; }; };