summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/FormulaResult.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/FormulaResult.idl')
-rw-r--r--offapi/com/sun/star/sheet/FormulaResult.idl6
1 files changed, 0 insertions, 6 deletions
diff --git a/offapi/com/sun/star/sheet/FormulaResult.idl b/offapi/com/sun/star/sheet/FormulaResult.idl
index fda62e810ec1..1393784929fb 100644
--- a/offapi/com/sun/star/sheet/FormulaResult.idl
+++ b/offapi/com/sun/star/sheet/FormulaResult.idl
@@ -20,29 +20,24 @@
#ifndef __com_sun_star_sheet_FormulaResult_idl__
#define __com_sun_star_sheet_FormulaResult_idl__
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** used to select different result types of cell formulas.
*/
published constants FormulaResult
{
- //-------------------------------------------------------------------------
/** selects numeric results.
*/
const long VALUE = 1;
- //-------------------------------------------------------------------------
/** selects non-numeric results.
*/
const long STRING = 2;
- //-------------------------------------------------------------------------
/** selects errors.
*/
@@ -50,7 +45,6 @@ published constants FormulaResult
};
-//=============================================================================
}; }; }; };