summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DataResultFlags.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/DataResultFlags.idl')
-rw-r--r--offapi/com/sun/star/sheet/DataResultFlags.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sheet/DataResultFlags.idl b/offapi/com/sun/star/sheet/DataResultFlags.idl
index 35208ff11057..68869abe6b66 100644
--- a/offapi/com/sun/star/sheet/DataResultFlags.idl
+++ b/offapi/com/sun/star/sheet/DataResultFlags.idl
@@ -20,11 +20,9 @@
#ifndef __com_sun_star_sheet_DataResultFlags_idl__
#define __com_sun_star_sheet_DataResultFlags_idl__
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** used to specify the result type of one element in the data pilot
data array.
@@ -33,19 +31,16 @@ module com { module sun { module star { module sheet {
*/
published constants DataResultFlags
{
- //-------------------------------------------------------------------------
/** The element contains data.
*/
const long HASDATA = 1;
- //-------------------------------------------------------------------------
/** The element contains a subtotal.
*/
const long SUBTOTAL = 2;
- //-------------------------------------------------------------------------
/** The element has an error.
*/
@@ -53,7 +48,6 @@ published constants DataResultFlags
};
-//=============================================================================
}; }; }; };