summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DataPilotFieldSortMode.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/DataPilotFieldSortMode.idl')
-rw-r--r--offapi/com/sun/star/sheet/DataPilotFieldSortMode.idl7
1 files changed, 0 insertions, 7 deletions
diff --git a/offapi/com/sun/star/sheet/DataPilotFieldSortMode.idl b/offapi/com/sun/star/sheet/DataPilotFieldSortMode.idl
index 8b3dbd5bc76f..544d0f323c11 100644
--- a/offapi/com/sun/star/sheet/DataPilotFieldSortMode.idl
+++ b/offapi/com/sun/star/sheet/DataPilotFieldSortMode.idl
@@ -29,11 +29,9 @@
#ifndef __com_sun_star_sheet_DataPilotFieldSortMode_idl__
#define __com_sun_star_sheet_DataPilotFieldSortMode_idl__
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** describes the sort mode of the data field
@@ -42,28 +40,24 @@ module com { module sun { module star { module sheet {
*/
constants DataPilotFieldSortMode
{
- //-------------------------------------------------------------------------
/** the data are taken as they come from the DataPilotSource.
*/
const long NONE = 0;
- //-------------------------------------------------------------------------
/** the user can sort the fields
*/
const long MANUAL = 1;
- //-------------------------------------------------------------------------
/** the field is sorted by its names
*/
const long NAME = 2;
- //-------------------------------------------------------------------------
/** the field is sorted by the data in the given field
@@ -74,7 +68,6 @@ constants DataPilotFieldSortMode
const long DATA = 3;
};
-//=============================================================================
}; }; }; };