summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/sheet/FormulaToken.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/sheet/FormulaToken.idl')
-rw-r--r--offapi/com/sun/star/sheet/FormulaToken.idl5
1 files changed, 0 insertions, 5 deletions
diff --git a/offapi/com/sun/star/sheet/FormulaToken.idl b/offapi/com/sun/star/sheet/FormulaToken.idl
index a6cd3f1e0cb2..2b2a9c7dd920 100644
--- a/offapi/com/sun/star/sheet/FormulaToken.idl
+++ b/offapi/com/sun/star/sheet/FormulaToken.idl
@@ -29,17 +29,14 @@
#ifndef __com_sun_star_sheet_FormulaToken_idl__
#define __com_sun_star_sheet_FormulaToken_idl__
-//=============================================================================
module com { module sun { module star { module sheet {
-//=============================================================================
/** contains a single token within a formula.
*/
struct FormulaToken
{
- //-------------------------------------------------------------------------
/** is the OpCode of the token.
@@ -47,7 +44,6 @@ struct FormulaToken
*/
long OpCode;
- //-------------------------------------------------------------------------
/** is additional data in the token, depending on the OpCode.
@@ -57,7 +53,6 @@ struct FormulaToken
any Data;
};
-//=============================================================================
}; }; }; };