summaryrefslogtreecommitdiffstats
path: root/sc/inc/compiler.hxx
diff options
context:
space:
mode:
authorEike Rathke <erack@redhat.com>2015-11-18 20:40:56 +0100
committerEike Rathke <erack@redhat.com>2015-11-18 21:02:06 +0100
commit270f8ea48b4d4cec8e1d6e37dd5147b8f4d74b34 (patch)
tree44f774da72585dc68a02a54d0768b6a6dd52d3c9 /sc/inc/compiler.hxx
parentsvl: replace some legacy SFX_ASSERT in SfxItemPool (diff)
downloadcore-270f8ea48b4d4cec8e1d6e37dd5147b8f4d74b34.tar.gz
core-270f8ea48b4d4cec8e1d6e37dd5147b8f4d74b34.zip
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.hxx4
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 {