diff options
author | Eike Rathke <erack@redhat.com> | 2017-05-09 23:30:39 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2017-05-10 00:39:58 +0200 |
commit | 1cf44947161d8fff6e3edb3f7a1dd01c81963b42 (patch) | |
tree | f3b42e42f4d6a4b11e022cc57b0f775f5a607973 /sc/inc/compiler.hxx | |
parent | 47023116d6bf89bb2e0b8b5293272f63db32fbc2 (diff) |
Hold ParamClass at FormulaByteToken instead of bool, tdf#107724 prep
* change IsInForceArray() to GetInForceArray()
* add IsInForceArray() to keep previous functionality
Change-Id: I64c891486e548a66539646846a4691a213c783ac
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 30a064da457a..7f3f30e798aa 100644 --- a/sc/inc/compiler.hxx +++ b/sc/inc/compiler.hxx @@ -104,8 +104,8 @@ public: union { double nValue; struct { - sal_uInt8 cByte; - bool bIsInForceArray; + sal_uInt8 cByte; + formula::ParamClass eInForceArray; } sbyte; ScComplexRefData aRef; struct { |