summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/sheet/DataPilotFieldOrientation.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/DataPilotFieldOrientation.idl')
-rw-r--r--offapi/com/sun/star/sheet/DataPilotFieldOrientation.idl8
1 files changed, 0 insertions, 8 deletions
diff --git a/offapi/com/sun/star/sheet/DataPilotFieldOrientation.idl b/offapi/com/sun/star/sheet/DataPilotFieldOrientation.idl
index 884049669efa..23b09e854dca 100644
--- a/offapi/com/sun/star/sheet/DataPilotFieldOrientation.idl
+++ b/offapi/com/sun/star/sheet/DataPilotFieldOrientation.idl
@@ -20,41 +20,34 @@
#ifndef __com_sun_star_sheet_DataPilotFieldOrientation_idl__
#define __com_sun_star_sheet_DataPilotFieldOrientation_idl__
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** used to specify where a field in a data pilot table is laid out.
*/
published enum DataPilotFieldOrientation
{
- //-------------------------------------------------------------------------
/** the field is not used in the table.
*/
HIDDEN,
- //-------------------------------------------------------------------------
/** the field is used as a column field.
*/
COLUMN,
- //-------------------------------------------------------------------------
/** the field is used as a row field.
*/
ROW,
- //-------------------------------------------------------------------------
/** the field is used as a page field.
*/
PAGE,
- //-------------------------------------------------------------------------
/** the field is used as a data field.
*/
@@ -62,7 +55,6 @@ published enum DataPilotFieldOrientation
};
-//=============================================================================
}; }; }; };