From 7756822206e84669f55cec1e75ede8c09d5693a7 Mon Sep 17 00:00:00 2001 From: Eike Rathke Date: Fri, 22 Apr 2016 19:18:13 +0200 Subject: alignment Change-Id: If7dbdcd93a43d4e14f853b7d3436fa31c0091403 --- include/formula/tokenarray.hxx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'include/formula') 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 -- cgit