diff options
author | Eike Rathke <erack@redhat.com> | 2015-11-18 20:40:56 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-11-18 21:02:06 +0100 |
commit | 270f8ea48b4d4cec8e1d6e37dd5147b8f4d74b34 (patch) | |
tree | 44f774da72585dc68a02a54d0768b6a6dd52d3c9 /sc/inc/compiler.hxx | |
parent | b1adb498bb0a5ff091c9d1d82332a4c43c57979b (diff) |
rename FormulaToken HasForceArray to IsInForceArray
... to name it was it does and to distinguish from
ScParameterClassification::HasForceArray(OpCode) which IS about a
function having ForceArray parameters.
Change-Id: I8af4e1d0353cdb5ad0a9b837ae0763dc77242734
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r-- | sc/inc/compiler.hxx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx index c563323157af..3c8a12e84375 100644 --- a/sc/inc/compiler.hxx +++ b/sc/inc/compiler.hxx @@ -104,7 +104,7 @@ public: double nValue; struct { sal_uInt8 cByte; - bool bHasForceArray; + bool bIsInForceArray; } sbyte; }; DECL_FIXEDMEMPOOL_NEWDEL( ScDoubleRawToken ); @@ -121,7 +121,7 @@ public: double nValue; struct { sal_uInt8 cByte; - bool bHasForceArray; + bool bIsInForceArray; } sbyte; ScComplexRefData aRef; struct { |