diff options
author | Tor Lillqvist <tml@collabora.com> | 2017-05-24 15:51:18 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@collabora.com> | 2017-05-24 15:51:18 +0300 |
commit | b3f058126b407e8f7d62e9ace68105f2b252e9ac (patch) | |
tree | 01656d4a262c529568dff42799160ec846688311 | |
parent | 18ef85fb86a4b0f356cb1d94270b2b6c6dab9161 (diff) |
Clean up a comment
Change-Id: I9ee47a3de42087fb63e5d3e931ecee538017f3cc
-rw-r--r-- | sc/inc/formulacell.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/inc/formulacell.hxx b/sc/inc/formulacell.hxx index d4cc6949aa48..b765afe0fd37 100644 --- a/sc/inc/formulacell.hxx +++ b/sc/inc/formulacell.hxx @@ -107,7 +107,7 @@ enum class ScMatrixMode : sal_uInt8 { class SC_DLLPUBLIC ScFormulaCell : public SvtListener { private: - ScFormulaCellGroupRef mxGroup; // re-factoring hack - group of formulae we're part of. + ScFormulaCellGroupRef mxGroup; // Group of formulae we're part of ScFormulaResult aResult; formula::FormulaGrammar::Grammar eTempGrammar; // used between string (creation) and (re)compilation ScTokenArray* pCode; // The (new) token array |