summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/DataResult.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/DataResult.idl')
-rw-r--r--offapi/com/sun/star/sheet/DataResult.idl4
1 files changed, 0 insertions, 4 deletions
diff --git a/offapi/com/sun/star/sheet/DataResult.idl b/offapi/com/sun/star/sheet/DataResult.idl
index a7aebe763894..d6fccd9fd15c 100644
--- a/offapi/com/sun/star/sheet/DataResult.idl
+++ b/offapi/com/sun/star/sheet/DataResult.idl
@@ -20,11 +20,9 @@
#ifndef __com_sun_star_sheet_DataResult_idl__
#define __com_sun_star_sheet_DataResult_idl__
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** contains the result of one element in the data pilot data array.
@@ -38,7 +36,6 @@ published struct DataResult
*/
long Flags;
- //-------------------------------------------------------------------------
/** contains the result value.
*/
@@ -46,7 +43,6 @@ published struct DataResult
};
-//=============================================================================
}; }; }; };