summaryrefslogtreecommitdiff
path: root/sc/inc/compiler.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/compiler.hxx')
-rw-r--r--sc/inc/compiler.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/compiler.hxx b/sc/inc/compiler.hxx
index 5f89b97044c7..9699c4a63556 100644
--- a/sc/inc/compiler.hxx
+++ b/sc/inc/compiler.hxx
@@ -311,7 +311,7 @@ private:
};
std::vector<TableRefEntry> maTableRefs; /// "stack" of currently active ocTableRef tokens
- bool NextNewToken(bool bInArray = false);
+ bool NextNewToken(bool bInArray);
virtual void SetError(sal_uInt16 nError) override;
sal_Int32 NextSymbol(bool bInArray);