diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-08-30 11:31:10 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-08-30 11:31:10 +0300 |
commit | 310efe2d580598b1143148559c057dd52b32a42b (patch) | |
tree | aa45bc531e74c30cb3d0f8d8e813f70132cbaa99 | |
parent | 1cfb07cb0b8dfa1d2db945622f52a2a9bead7083 (diff) |
This can be const
Change-Id: I5d9f96111a17ec49deeb5716e1a8d38e444dad20
-rw-r--r-- | sc/source/core/inc/grouptokenconverter.hxx | 2 |
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); |