summaryrefslogtreecommitdiff
path: root/include/formula
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2016-04-22 19:18:13 +0200
committerEike Rathke <erack@redhat.com>2016-04-23 15:52:33 +0200
commit7756822206e84669f55cec1e75ede8c09d5693a7 (patch)
treefb0463aa54f85a31f9e8f3f3c0744f04bc347fd0 /include/formula
parent737040e5db1b74f49d3a075ac4c64e218b1134de (diff)
alignment
Change-Id: If7dbdcd93a43d4e14f853b7d3436fa31c0091403
Diffstat (limited to 'include/formula')
-rw-r--r--include/formula/tokenarray.hxx8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/formula/tokenarray.hxx b/include/formula/tokenarray.hxx
index 796059161997..e890c3aae2a1 100644
--- a/include/formula/tokenarray.hxx
+++ b/include/formula/tokenarray.hxx
@@ -109,10 +109,10 @@ class FORMULA_DLLPUBLIC FormulaTokenArray
protected:
FormulaToken** pCode; // Token code array
FormulaToken** pRPN; // RPN array
- sal_uInt16 nLen; // Length of token array
- sal_uInt16 nRPN; // Length of RPN array
- sal_uInt16 nIndex; // Current step index
- sal_uInt16 nError; // Error code
+ sal_uInt16 nLen; // Length of token array
+ sal_uInt16 nRPN; // Length of RPN array
+ sal_uInt16 nIndex; // Current step index
+ sal_uInt16 nError; // Error code
ScRecalcMode nMode; // Flags to indicate when to recalc this code
bool bHyperLink; // If HYPERLINK() occurs in the formula.
bool mbFromRangeName; // If this array originates from a named expression