summaryrefslogtreecommitdiff
path: root/sc/source/core
diff options
context:
space:
mode:
Diffstat (limited to 'sc/source/core')
-rw-r--r--sc/source/core/inc/grouptokenconverter.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/source/core/inc/grouptokenconverter.hxx b/sc/source/core/inc/grouptokenconverter.hxx
index c2bb268abc5d..43b3ac3f6fd5 100644
--- a/sc/source/core/inc/grouptokenconverter.hxx
+++ b/sc/source/core/inc/grouptokenconverter.hxx
@@ -22,7 +22,7 @@ class SC_DLLPUBLIC ScGroupTokenConverter
ScTokenArray& mrGroupTokens;
ScDocument& mrDoc;
std::shared_ptr<sc::FormulaGroupContext> mxFormulaGroupContext;
- ScFormulaCell& mrCell;
+ const ScFormulaCell& mrCell;
const ScAddress& mrPos;
bool isSelfReferenceRelative(const ScAddress& rRefPos, SCROW nRelRow);